I come across the model: Punkt Sentence Tokenizer, but don't know how to install it. Could you please provide me with a help. Thanks
Asked
Active
Viewed 3,485 times
0
-
should start off by looking at the [documentation](http://www.nltk.org/_modules/nltk/tokenize/punkt.html) – chirag90 Aug 22 '17 at 14:07
-
1Within Python: `import nltk; nltk.download('punkt')` or on command-line `python -m nltk.download punkt` – alvas Aug 23 '17 at 02:41
-
Thanks a lot. I got an error "Punkt" is not recognised. – Chakir Aug 29 '17 at 16:17