text Analysis

text Analysis#

scikit#

https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html - learns the corpus of words.

nltk#

stop words#

WordNetLemmatizer#