Uses of Class
org.apache.tika.langdetect.tika.LanguageProfile
-
Uses of LanguageProfile in org.apache.tika.langdetect.tika
Methods in org.apache.tika.langdetect.tika that return LanguageProfileModifier and TypeMethodDescriptionProfilingWriter.getProfile()Returns the language profile being built by this writer.Methods in org.apache.tika.langdetect.tika with parameters of type LanguageProfileModifier and TypeMethodDescriptionstatic 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 LanguageProfileModifier and TypeMethodDescriptionstatic 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 LanguageProfileModifierConstructorDescriptionLanguageIdentifier(LanguageProfile profile) Constructs a language identifier based on a LanguageProfileProfilingWriter(LanguageProfile profile)