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
com.optimaize.langdetect.LanguageProfile
s
b) for the text for which the language is to be guessed.-
Uses of TextFilter in com.optimaize.langdetect.text
Classes in com.optimaize.langdetect.text that implement TextFilterModifier and TypeClassDescriptionclass
Deprecated.can't be used because it would be a big loss to not inline this code.class
Groups multipleTextFilter
s as one and runs them in the given order.class
Removes text written in scripts that are not the dominant script of the text.class
Removes URLs and email addresses from the text.Fields in com.optimaize.langdetect.text declared as TextFilterModifier and TypeFieldDescriptionprivate final @NotNull TextFilter
TextObject.textFilter
private final TextFilter
TextObjectFactory.textFilter
Fields in com.optimaize.langdetect.text with type parameters of type TextFilterModifier and TypeFieldDescriptionprivate final @Nullable List<TextFilter>
MultiTextFilter.filters
private final List<TextFilter>
TextObjectFactoryBuilder.textFilters
Methods in com.optimaize.langdetect.text with parameters of type TextFilterModifier and TypeMethodDescriptionTextObjectFactoryBuilder.withTextFilter
(TextFilter textFilter) Adds the given TextFilter to be run onTextObject.append(java.io.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