Package | Description |
---|---|
org.apache.tika.language |
Modifier and Type | Method and Description |
---|---|
LanguageProfile |
ProfilingWriter.getProfile()
Deprecated.
Returns the language profile being built by this writer.
|
LanguageProfile |
ProfilingHandler.getProfile()
Deprecated.
Returns the language profile being built by this content handler.
|
Modifier and Type | Method and Description |
---|---|
static void |
LanguageIdentifier.addProfile(String language,
LanguageProfile profile)
Deprecated.
Adds a single language profile
|
double |
LanguageProfile.distance(LanguageProfile that)
Deprecated.
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)
Deprecated.
Initializes the language profiles from a user supplied initialized Map.
|
Constructor and Description |
---|
LanguageIdentifier(LanguageProfile profile)
Deprecated.
Constructs a language identifier based on a LanguageProfile
|
ProfilingHandler(LanguageProfile profile)
Deprecated.
|
ProfilingWriter(LanguageProfile profile)
Deprecated.
|
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.