com.optimaize.langdetect.LanguageProfiles
b) for the text for which the language is to be guessed.See: Description
| Interface | Description |
|---|---|
| TextFilter |
Allows to filter content from a text to be ignored for the n-gram analysis.
|
| Class | Description |
|---|---|
| CharNormalizerTextFilterImpl | Deprecated
can't be used because it would be a big loss to not inline this code.
|
| CommonTextObjectFactories |
Contains some standard
TextObjectFactorys ready to use for
common use cases. |
| MultiTextFilter |
Groups multiple
TextFilters as one and runs them in the given order. |
| RemoveMinorityScriptsTextFilter |
Removes text written in scripts that are not the dominant script of the text.
|
| 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.
|
com.optimaize.langdetect.LanguageProfiles
b) for the text for which the language is to be guessed.Copyright © 2015. All rights reserved.