Package opennlp.tools.ngram
Package related to computing and storing n-gram frequencies.
-
Class Summary Class Description NGramCharModel TheNGramCharModel
can be used to create character ngrams.NGramGenerator Generates an nGram, with optional separator, and returns the grams as a list of stringsNGramModel TheNGramModel
can be used to crate ngrams and character ngrams.NGramUtils Utility class for ngrams.