Package de.danielnaber.languagetool.tokenizers

Interface Summary
Tokenizer Interface for classes that tokenize text into smaller units.
 

Class Summary
SentenceTokenizer Tokenizes text into sentences by looking for typical end-of-sentence markers, but considering exceptions (e.g. abbreviations).
WordTokenizer Tokenizes a sentence into words.
 



Copyright © 2005-2007 Daniel Naber