| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
TextObject |
TextObject.append(java.lang.CharSequence text)
Append the target text for language detection.
|
TextObject |
TextObject.append(java.io.Reader reader)
Append the target text for language detection.
|
TextObject |
TextObjectFactory.create() |
TextObject |
TextObjectFactory.forText(java.lang.CharSequence text) |