gopiashokan commited on
Commit
b323bfe
·
verified ·
1 Parent(s): 5995749

Upload setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +3 -1
setup.sh CHANGED
@@ -1,2 +1,4 @@
1
  python -m spacy download en_core_web_lg
2
- python -c "import nltk; nltk.download('punkt')"
 
 
 
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')"