Uses of Class
com.optimaize.langdetect.text.TextObjectFactoryBuilder
-
Packages that use TextObjectFactoryBuilder 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 TextObjectFactoryBuilder in com.optimaize.langdetect.text
Methods in com.optimaize.langdetect.text that return TextObjectFactoryBuilder Modifier and Type Method Description TextObjectFactoryBuilder
TextObjectFactoryBuilder. maxTextLength(int maxTextLength)
TextObjectFactoryBuilder
TextObjectFactoryBuilder. withTextFilter(TextFilter textFilter)
Adds the given TextFilter to be run onTextObject.append(java.io.Reader)
methods.
-