Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ scikit-learn==1.2.1 # For CountVectorizer and TfidfVectorizer
|
|
8 |
textblob==0.15.3 # For TextBlob
|
9 |
sklearn-crfsuite==0.3.6 # For CRF (Conditional Random Fields)
|
10 |
nltk
|
11 |
-
spacy
|
|
|
|
8 |
textblob==0.15.3 # For TextBlob
|
9 |
sklearn-crfsuite==0.3.6 # For CRF (Conditional Random Fields)
|
10 |
nltk
|
11 |
+
spacy
|
12 |
+
WordCloud
|