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 bd94a97 commit daef3f7Copy full SHA for daef3f7
.github/workflows/test-and-deploy.yml
@@ -41,6 +41,8 @@ jobs:
41
python -m pip install -r requirements.txt
42
python -m nltk.downloader wordnet
43
python -m nltk.downloader brown
44
+ python -m nltk.downloader punkt
45
+ python -m nltk.downloader stopwords
46
47
- name: Lint with flake8
48
run: |
0 commit comments