Ask a question to get started
Enter to sendā¢Shift+Enter new line
KeybertLinkExtractor( self, *, kind: str = 'kw', embedding_model: str = 'all-MiniLM-L6-v2', extract_keywords_kwargs: Optional[Dict[str, Any]] = None )
LinkExtractor[KeybertInput]
kind
str
'kw'
Kind of links to produce with this extractor.
embedding_model
'all-MiniLM-L6-v2'
Name of the embedding model to use with KeyBERT.
extract_keywords_kwargs
Optional[Dict[str, Any]]
None
Keyword arguments to pass to KeyBERT's extract_keywords method.
extract_keywords