Closed Ezibenroc closed 9 years ago
There is an annoying bug with travis:
[nltk_data] Error downloading 'wordnet' from <http://www.nltk.org/nltk
[nltk_data] _data/packages/corpora/wordnet.zip>: [Errno 104]
[nltk_data] Connection reset by peer
Error installing package. Retry? [n/y/e]
The bug appeared once in Pypy 3
and once in Python 3.2
. The installation has also been successful once for both of these.
We need to fix this before merging the pull request.
@ProgVal, any clue?
echo "yyy" | whatever command you run to install nltk data
I thought about that, but I was sure that you would not like it :)
I'm sure I have that kind of loop somewhere in the PPP.
Er, actually I meant:
echo "y
y
y
" | python -m nltk.downloader wordnet
(I think it needs a new line character to take it into account)
Fixed. Is it ok now?
Make travis run the global tests, for a better code coverage. This imply to automatically download and install the
Stanford Parser
and thecorenlp
wrapper.