haikufinder
haikufinder copied to clipboard
Documentation needs a fix
It's missing the nltk data we need: pip install nltk python import nltk nltk.download('punkt') exit()
... or should that be part of the setup.py install process?