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 54c0155 commit bd24226Copy full SHA for bd24226
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
python -m pip install --upgrade pip
40
pip install -r tests/requirements.txt
41
- python -m nltk.downloader popular punkt
+ python -m nltk.downloader popular punkt punkt_tab
42
43
- name: Run Unit Tests
44
0 commit comments