|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LanguageProfile | |
|---|---|
| org.apache.tika.language | Language detection. |
| 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(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(Map<String,LanguageProfile> profilesMap)
Initializes the language profiles from a user supplied initialized Map. |
| 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 | |||||||||