Uses of Class
com.optimaize.langdetect.text.TextObject
-
Packages that use TextObject Package Description com.optimaize.langdetect.text Provides functionality for concatenating and cleaning text that is used as a) learning text to producecom.optimaize.langdetect.LanguageProfile
s b) for the text for which the language is to be guessed. -
-
Uses of TextObject in com.optimaize.langdetect.text
Methods in com.optimaize.langdetect.text that return TextObject Modifier and Type Method Description TextObject
TextObject. append(java.io.Reader reader)
Append the target text for language detection.TextObject
TextObject. append(java.lang.CharSequence text)
Append the target text for language detection.TextObject
TextObjectFactory. create()
TextObject
TextObjectFactory. forText(java.lang.CharSequence text)
-