Package com.optimaize.langdetect.ngram
Provides functionality for handling n-grams.
See http://en.wikipedia.org/wiki/N-gram
-
Interface Summary Interface Description NgramFilter Filters out some undesired n-grams.OldNgramExtractor.Filter -
Class Summary Class Description BackwardsCompatibleNgramFilter Filters those that were not generated by the old n-gram generator.NgramExtractor Class for extracting n-grams out of a text.NgramExtractors Provides easy access to commonly used NgramExtractor configs.OldNgramExtractor Deprecated. StandardNgramFilter Filters what is generally not desired.