Uses of Class
com.optimaize.langdetect.text.TextObjectFactory
-
Packages that use TextObjectFactory Package Description com.optimaize.langdetect.cybozu.util Provides the utility classes for language detection.com.optimaize.langdetect.frma 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 TextObjectFactory in com.optimaize.langdetect.cybozu.util
Fields in com.optimaize.langdetect.cybozu.util declared as TextObjectFactory Modifier and Type Field Description private static TextObjectFactory
TagExtractor. textObjectFactory
-
Uses of TextObjectFactory in com.optimaize.langdetect.frma
Fields in com.optimaize.langdetect.frma declared as TextObjectFactory Modifier and Type Field Description private static TextObjectFactory
GenProfile. textObjectFactory
-
Uses of TextObjectFactory in com.optimaize.langdetect.text
Methods in com.optimaize.langdetect.text that return TextObjectFactory Modifier and Type Method Description TextObjectFactory
TextObjectFactoryBuilder. build()
static TextObjectFactory
CommonTextObjectFactories. forDetectingOnLargeText()
static TextObjectFactory
CommonTextObjectFactories. forDetectingShortCleanText()
static TextObjectFactory
CommonTextObjectFactories. forIndexing()
static TextObjectFactory
CommonTextObjectFactories. forIndexingCleanText()
-