Spaces:
Runtime error
Runtime error
Commit
·
6cf6e3a
1
Parent(s):
f8491a1
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -16,4 +16,11 @@ pycountry
|
|
16 |
geotext
|
17 |
geopy
|
18 |
|
19 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
geotext
|
17 |
geopy
|
18 |
|
19 |
+
numpy
|
20 |
+
|
21 |
+
spacy.cli.download("en_core_web_sm")
|
22 |
+
spacy.cli.download("en_core_web_lg")
|
23 |
+
|
24 |
+
nltk.download('wordnet')
|
25 |
+
nltk.download('omw-1.4')
|
26 |
+
nltk.download('punkt')
|