Package com.optimaize.langdetect.profiles
Provides functionality for loading, storing and creating
LanguageProfile
s.- Author:
- Fabian Kessler
-
Interface Summary Interface Description LanguageProfile A language profile knows the locale (language), and contains the n-grams and some statistics. -
Class Summary Class Description BuiltInLanguages LanguageProfileBuilder Builder forLanguageProfile
.LanguageProfileImpl This class is immutable.LanguageProfileReader ReadsLanguageProfile
s.LanguageProfileWriter Writes aLanguageProfile
to an output stream or file.OldLangProfileConverter Converts an oldLangProfile
to a newLanguageProfile
.