Uses of Class
com.optimaize.langdetect.text.TextObject
Packages that use TextObject
Package
Description
Provides functionality for concatenating and cleaning text that is used as
a) learning text to produce
com.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 TextObjectModifier and TypeMethodDescriptionAppend the target text for language detection.TextObject.append
(CharSequence text) Append the target text for language detection.TextObjectFactory.create()
TextObjectFactory.forText
(CharSequence text)