Uses of Class
org.apache.tika.language.LanguageProfile
-
Packages that use LanguageProfile Package Description org.apache.tika.language -
-
Uses of LanguageProfile in org.apache.tika.language
Methods in org.apache.tika.language that return LanguageProfile Modifier and Type Method Description LanguageProfile
ProfilingHandler. getProfile()
Deprecated.Returns the language profile being built by this content handler.LanguageProfile
ProfilingWriter. getProfile()
Deprecated.Returns the language profile being built by this writer.Methods in org.apache.tika.language with parameters of type LanguageProfile Modifier and Type Method Description static void
LanguageIdentifier. addProfile(String language, LanguageProfile profile)
Deprecated.Adds a single language profiledouble
LanguageProfile. distance(LanguageProfile that)
Deprecated.Calculates the geometric distance between this and the given other language profile.Method parameters in org.apache.tika.language with type arguments of type LanguageProfile Modifier and Type Method Description static void
LanguageIdentifier. initProfiles(Map<String,LanguageProfile> profilesMap)
Deprecated.Initializes the language profiles from a user supplied initialized Map.Constructors in org.apache.tika.language with parameters of type LanguageProfile Constructor Description LanguageIdentifier(LanguageProfile profile)
Deprecated.Constructs a language identifier based on a LanguageProfileProfilingHandler(LanguageProfile profile)
Deprecated.ProfilingWriter(LanguageProfile profile)
Deprecated.
-