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 8403d05 commit 608c516Copy full SHA for 608c516
Makefile
@@ -30,7 +30,7 @@ all: develop
30
31
#: Word-list data. Customize with lang and eventually WORDLIST_SIZE variables
32
wordlist:
33
- $(PYTHON) -m nltk.downloader wordnet omw
+ $(PYTHON) -m nltk.downloader wordnet omw-1.4
34
$(PYTHON) -m spacy download $(SPACY_DOWNLOAD)
35
36
#: build everything needed to install
0 commit comments