| Package | Description |
|---|---|
| org.apache.tika.language |
Language detection.
|
| Class and Description |
|---|
| LanguageIdentifier
Identifier of the language that best matches a given content profile.
|
| LanguageProfile
Language profile based on ngram counts.
|
| LanguageProfile.Counter |
| LanguageProfile.Interleaved |
| LanguageProfile.Interleaved.Entry |
| LanguageProfilerBuilder
This class runs a ngram analysis over submitted text, results might be used
for automatic language identification.
|
| LanguageProfilerBuilder.NGramEntry
Inner class that describes a NGram
|
| LanguageProfilerBuilder.QuickStringBuffer |
| ProfilingWriter
Writer that builds a language profile based on all the written content.
|