| Package | Description |
|---|---|
| be.frma.langguess | |
| com.cybozu.labs.langdetect.util |
Provides the utility classes for language detection.
|
| com.optimaize.langdetect.text |
Provides functionality for concatenating and cleaning text that is used as
a) learning text to produce
com.optimaize.langdetect.LanguageProfiles
b) for the text for which the language is to be guessed. |
| Class and Description |
|---|
| TextObjectFactory
Factory for
TextObjects. |
| Class and Description |
|---|
| TextObjectFactory
Factory for
TextObjects. |
| Class and Description |
|---|
| RemoveMinorityScriptsTextFilter
Removes text written in scripts that are not the dominant script of the text.
|
| TextFilter
Allows to filter content from a text to be ignored for the n-gram analysis.
|
| TextObject
A convenient text object implementing CharSequence and Appendable.
|
| TextObjectFactory
Factory for
TextObjects. |
| TextObjectFactoryBuilder
Builder for
TextObjectFactory. |
| UrlTextFilter
Removes URLs and email addresses from the text.
|