Skip to content

Commit

Permalink
reverse and download nltk data
Browse files Browse the repository at this point in the history
  • Loading branch information
ophelielacroix committed Feb 16, 2022
1 parent fea14cb commit 6aaafb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ install:
- pip install coverage --quiet
- pip install coveralls --quiet
- pip install -r requirements.txt --quiet
- python -c "import nltk; nltk.download('omw-1.4')"
script:
- bash -e tests/build.sh
after_success:
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Expand Up @@ -10,5 +10,4 @@ transformers==4.3.3
srsly==1.0.2
tweepy
allennlp==2.5.0
progressbar
nltk<=3.6
progressbar

0 comments on commit 6aaafb1

Please sign in to comment.