*Release date: 10 May, 2021*
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](https://github.com/MaartenGr/KeyBERT/issues/25))
* KeyBERT().extract_keywords(doc, candidates)
* Spacy, Gensim, USE, and Custom Backends were added (see documentation [here](https://maartengr.github.io/KeyBERT/guides/embeddings.html))
**Fixes**:
* Improved imports
* Fix encoding error when locally installing KeyBERT ([30](https://github.com/MaartenGr/KeyBERT/issues/30))
**Miscellaneous**:
* Improved documentation (ReadMe & MKDocs)
* Add the main tutorial as a shield
* Typos ([31](https://github.com/MaartenGr/KeyBERT/pull/31), [#35](https://github.com/MaartenGr/KeyBERT/pull/35))