Uses of Class
com.optimaize.langdetect.i18n.LdLocale
-
Packages that use LdLocale Package Description com.optimaize.langdetect com.optimaize.langdetect.cybozu.util Provides the utility classes for language detection.com.optimaize.langdetect.i18n com.optimaize.langdetect.profiles Provides functionality for loading, storing and creatingLanguageProfile
s. -
-
Uses of LdLocale in com.optimaize.langdetect
Methods in com.optimaize.langdetect that return LdLocale Modifier and Type Method Description @NotNull LdLocale
NgramFrequencyData. getLanguage(int pos)
@NotNull LdLocale
DetectedLanguage. getLocale()
Methods in com.optimaize.langdetect that return types with arguments of type LdLocale Modifier and Type Method Description com.google.common.base.Optional<LdLocale>
LanguageDetector. detect(CharSequence text)
Returns the best detected language if the algorithm is very confident.com.google.common.base.Optional<LdLocale>
LanguageDetectorImpl. detect(CharSequence text)
@NotNull List<LdLocale>
NgramFrequencyData. getLanguageList()
Method parameters in com.optimaize.langdetect with type arguments of type LdLocale Modifier and Type Method Description LanguageDetectorBuilder
LanguageDetectorBuilder. languagePriorities(@Nullable Map<LdLocale,Double> langWeightingMap)
TODO document exactly.Constructors in com.optimaize.langdetect with parameters of type LdLocale Constructor Description DetectedLanguage(@NotNull LdLocale locale, double probability)
-
Uses of LdLocale in com.optimaize.langdetect.cybozu.util
Method parameters in com.optimaize.langdetect.cybozu.util with type arguments of type LdLocale Modifier and Type Method Description static double[]
Util. makeInternalPrioMap(@NotNull Map<LdLocale,Double> langWeightingMap, @NotNull List<LdLocale> langlist)
static double[]
Util. makeInternalPrioMap(@NotNull Map<LdLocale,Double> langWeightingMap, @NotNull List<LdLocale> langlist)
static String
Util. wordProbToString(double[] prob, List<LdLocale> langlist)
-
Uses of LdLocale in com.optimaize.langdetect.i18n
Methods in com.optimaize.langdetect.i18n that return LdLocale Modifier and Type Method Description static @NotNull LdLocale
LdLocale. fromString(@NotNull String string)
-
Uses of LdLocale in com.optimaize.langdetect.profiles
Methods in com.optimaize.langdetect.profiles that return LdLocale Modifier and Type Method Description @NotNull LdLocale
LanguageProfile. getLocale()
@NotNull LdLocale
LanguageProfileImpl. getLocale()
Methods in com.optimaize.langdetect.profiles that return types with arguments of type LdLocale Modifier and Type Method Description static List<LdLocale>
BuiltInLanguages. getLanguages()
Methods in com.optimaize.langdetect.profiles with parameters of type LdLocale Modifier and Type Method Description @NotNull LanguageProfile
LanguageProfileReader. readBuiltIn(@NotNull LdLocale locale)
Method parameters in com.optimaize.langdetect.profiles with type arguments of type LdLocale Modifier and Type Method Description @NotNull List<LanguageProfile>
LanguageProfileReader. readBuiltIn(@NotNull Collection<LdLocale> languages)
Constructors in com.optimaize.langdetect.profiles with parameters of type LdLocale Constructor Description LanguageProfileBuilder(@NotNull LdLocale locale)
-