Package | Description |
---|---|
org.apache.tika.language |
Language detection.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
LanguageIdentifier.addProfile(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.
|
Modifier and Type | Method and Description |
---|---|
static void |
LanguageIdentifier.initProfiles(Map<String,LanguageProfile> profilesMap)
Initializes the language profiles from a user supplied initialized Map.
|
Constructor and Description |
---|
LanguageIdentifier(LanguageProfile profile)
Constructs a language identifier based on a LanguageProfile
|
ProfilingHandler(LanguageProfile profile) |
ProfilingWriter(LanguageProfile profile) |
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.