Spaces:
Running
Running
File size: 56 Bytes
0a7b9c1 |
1 2 3 4 5 |
# post_install.py
import nltk
nltk.download('wordnet')
|