简体   繁体   中英

How can I add NLTK 'wordnet' on TravisCI ?

I want to use wordnet for a repository on TravisCI, currently it's giving me following error :

在此处输入图片说明

How can I download wordnet on TravisCI

Changing:
install: - pip install -r requirements.txt

to :
install: - pip install -r requirements.txt - python -c "import nltk; nltk.download('wordnet')"

worked!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM