Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -97,3 +97,7 @@ wasabi==1.1.2
|
|
97 |
watchdog==4.0.0
|
98 |
wcwidth==0.2.13
|
99 |
weasel==0.3.4
|
|
|
|
|
|
|
|
|
|
97 |
watchdog==4.0.0
|
98 |
wcwidth==0.2.13
|
99 |
weasel==0.3.4
|
100 |
+
nltk_data stopwords
|
101 |
+
nltk_data punkt
|
102 |
+
nltk wordnet
|
103 |
+
nltk WordNetLemmatizer
|