Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -8,4 +8,8 @@ pandas
|
|
8 |
openpyxl
|
9 |
nltk
|
10 |
spacy
|
|
|
11 |
protobuf==3.20.*
|
|
|
|
|
|
|
|
8 |
openpyxl
|
9 |
nltk
|
10 |
spacy
|
11 |
+
spacy-lookups-data
|
12 |
protobuf==3.20.*
|
13 |
+
|
14 |
+
# Ensure NLTK's tokenizer is installed
|
15 |
+
nltk-data
|