|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ProfilingWriter.getProfile()
Returns the language profile being built by this writer. |
LanguageProfile |
ProfilingHandler.getProfile()
Returns the language profile being built by this content handler. |
Methods in org.apache.tika.language with parameters of type LanguageProfile | |
---|---|
static void |
LanguageIdentifier.addProfile(java.lang.String language,
LanguageProfile profile)
Adds a single language profile |
double |
LanguageProfile.distance(LanguageProfile that)
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 | |
---|---|
static void |
LanguageIdentifier.initProfiles(java.util.Map<java.lang.String,LanguageProfile> profilesMap)
Initializes the language profiles from a user supplied initilized Map This overrides the default set of profiles initialized at startup, and provides an alternative to configuring profiles through property file |
Constructors in org.apache.tika.language with parameters of type LanguageProfile | |
---|---|
LanguageIdentifier(LanguageProfile profile)
Constructs a language identifier based on a LanguageProfile |
|
ProfilingHandler(LanguageProfile profile)
|
|
ProfilingWriter(LanguageProfile profile)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |