We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ba6ac commit 132f1e3Copy full SHA for 132f1e3
.github/workflows/test-and-deploy.yml
@@ -40,6 +40,7 @@ jobs:
40
python -m pip install flake8 pytest
41
python -m pip install -r requirements.txt
42
python -m nltk.downloader wordnet
43
+ python -m nltk.downloader word2vec_sample
44
python -m nltk.downloader brown
45
python -m nltk.downloader punkt
46
python -m nltk.downloader stopwords
0 commit comments