# Description Extract keywords from a document. # Objectives Use a stable library such as [KeyBERT](https://maartengr.github.io/KeyBERT/) or an established (and sometimes more simple) algorithm like [TF-IDF](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html).