Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unless I'm misunderstanding something, `nltk.tokenize.word_tokenize()` splits text into words, not into sentences (which `nltk.tokenize.sent_tokenize()` does).
- Loading branch information