Spaces:
Build error
Build error
Upload setup.sh
Browse files
setup.sh
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
python -m spacy download en_core_web_lg
|
2 |
-
python -
|
|
|
|
|
|
1 |
python -m spacy download en_core_web_lg
|
2 |
+
python -m spacy link en_core_web_lg en
|
3 |
+
|
4 |
+
python -c "import nltk; nltk.download('punkt')"
|