You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/nltk_data/corpora/movie_reviews/neg# ls
cv000_29416.txt cv143_21158.txt .....
/nltk_data/corpora/movie_reviews/pos# ls
cv000_29590.txt cv143_19666.txt .....
This issue is a part of #1392.
There are eight books in the current Paddle Book. We need to write eight reader creators for each dataset. There are:
nltk.corpus.treebank
to fetch the exactly dataset used in Book.nltk.corpus
, but the Amazon reviews is included. So could we change the dataset used in Book?nltk.corpus
containsCONLL 2000
,CONLL 2002
,CONLL 2007
dataset. Could we changed the dataset intoCONLL 2007
?nltk.corpus
containsWMT
dataset.The text was updated successfully, but these errors were encountered: