Uses of Class
org.apache.tika.language.LanguageProfile

Packages that use LanguageProfile
org.apache.tika.language   
 

Uses of LanguageProfile in org.apache.tika.language
 

Methods in org.apache.tika.language that return LanguageProfile
 LanguageProfile ProfilingHandler.getProfile()
          Returns the language profile being built by this content handler.
 LanguageProfile ProfilingWriter.getProfile()
          Returns the language profile being built by this writer.
 

Methods in org.apache.tika.language with parameters of type LanguageProfile
 double LanguageProfile.distance(LanguageProfile that)
          Calculates the geometric distance between this and the given other language profile.
 

Constructors in org.apache.tika.language with parameters of type LanguageProfile
LanguageIdentifier(LanguageProfile profile)
           
ProfilingHandler(LanguageProfile profile)
           
ProfilingWriter(LanguageProfile profile)
           
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.