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