Browse Source

added the download instruction for the nltk tokenizer

master
manetta 5 years ago
parent
commit
d90d99dd97
  1. 6
      cross-reader.tfidf/README.md

6
cross-reader.tfidf/README.md

@ -14,6 +14,12 @@
$ pip3 install nltk
You also need to download a nltk package for the tokenizer that is used, to split sentences up in lists of words.
$ python3
>>> import nltk
>>> nltk.download('punkt')
## Start

Loading…
Cancel
Save