Uses of Interface
com.optimaize.langdetect.text.TextFilter
Packages that use TextFilter
Package
Description
Provides functionality for concatenating and cleaning text that is used as
a) learning text to produce
s
b) for the text for which the language is to be guessed.
invalid reference
com.optimaize.langdetect.LanguageProfile
-
Uses of TextFilter in com.optimaize.langdetect.text
Classes in com.optimaize.langdetect.text that implement TextFilterModifier and TypeClassDescriptionclassDeprecated.can't be used because it would be a big loss to not inline this code.classGroups multipleTextFilters as one and runs them in the given order.classRemoves text written in scripts that are not the dominant script of the text.classRemoves URLs and email addresses from the text.Fields in com.optimaize.langdetect.text declared as TextFilterModifier and TypeFieldDescriptionprivate final @NotNull TextFilterTextObject.textFilterprivate final TextFilterTextObjectFactory.textFilterFields in com.optimaize.langdetect.text with type parameters of type TextFilterModifier and TypeFieldDescriptionprivate final @Nullable List<TextFilter> MultiTextFilter.filtersprivate final List<TextFilter> TextObjectFactoryBuilder.textFiltersMethods in com.optimaize.langdetect.text with parameters of type TextFilterModifier and TypeMethodDescriptionTextObjectFactoryBuilder.withTextFilter(TextFilter textFilter) Adds the given TextFilter to be run onTextObject.append(Reader)methods.Constructors in com.optimaize.langdetect.text with parameters of type TextFilterModifierConstructorDescriptionTextObject(@NotNull TextFilter textFilter, int maxTextLength) TextObjectFactory(TextFilter textFilter, int maxTextLength) Constructor parameters in com.optimaize.langdetect.text with type arguments of type TextFilter