@ -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