Spaces:
Building
Building
Upload post_install.py
Browse files- post_install.py +4 -0
post_install.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# post_install.py
|
2 |
+
import nltk
|
3 |
+
|
4 |
+
nltk.download('wordnet')
|