v0.3
The two main features are candidate keywords and several backends to use instead of Flair and SentenceTransformers!
Highlights:
- Use candidate words instead of extracting those from the documents (#25)
KeyBERT().extract_keywords(doc, candidates)
- Spacy, Gensim, USE, and Custom Backends were added (see documentation here)
Fixes:
- Improved imports
- Fix encoding error when locally installing KeyBERT (#30)
Miscellaneous: