You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tokenizer that takes a document as input and tokenizes it into words, sentences and paragraphs. It is implemented without nltk.
This tokenizer can be used in various language models such as n-gram models.