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