| 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(CharSequence text)
Append the target text for language detection.
|
TextObject |
TextObject.append(Reader reader)
Append the target text for language detection.
|
TextObject |
TextObjectFactory.create() |
TextObject |
TextObjectFactory.forText(CharSequence text) |
Copyright © 2015. All rights reserved.