Spaces:
Sleeping
Sleeping
Commit ·
7a8e4af
1
Parent(s): 04e98a6
Add fresh postBuild.sh to download NLTK stopwords
Browse files- postBuild.sh +2 -2
postBuild.sh
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
python -m nltk.downloader stopwords
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
python -m nltk.downloader stopwords
|