|
Class Summary |
| LanguageProfile |
A LanguageProfile represents the characteristics of a language. |
| LanguageProfileMatcher |
A LanguageProfileMatcher is capable of matching a TextProfile against a
collection of LanguageProfiles, seeking out the one LanguageProfile with the
smallest distance to the supplied TextProfile. |
| NGram |
A simple, straightforward n-gram implementation. |
| NGramLanguageIdentifier |
An NGramLanguageIdentifier used n-gram-based heuristics to determine the
language of a given text, based on the n-gram profiles of a large collection
of texts. |
| NGramLanguageIdentifierFactory |
|
| TextProfile |
A TextProfile represents an ordered set of NGrams generated from a single
piece of text. |