Package opennlp.tools.ngram
package opennlp.tools.ngram
Package related to computing and storing n-gram frequencies.
-
ClassDescriptionThe
NGramCharModel
can be used to create character ngrams.Generates an nGram, via an optional separator, and returns the grams as a list of stringsTheNGramModel
can be used to crate ngrams and character ngrams.Utility class for ngrams.