Package com.optimaize.langdetect.profiles
Provides functionality for loading, storing and creating
LanguageProfile
s.-
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.LanguageProfileImpl.Stats LanguageProfileReader ReadsLanguageProfile
s.LanguageProfileWriter Writes aLanguageProfile
to an output stream or file.OldLangProfileConverter Converts an oldLangProfile
to a newLanguageProfile
.