Package com.optimaize.langdetect.text
Interface TextFilter
-
- All Known Implementing Classes:
CharNormalizerTextFilterImpl,MultiTextFilter,RemoveMinorityScriptsTextFilter,UrlTextFilter
public interface TextFilterAllows to filter content from a text to be ignored for the n-gram analysis.Implementations must be immutable and stateless.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringfilter(java.lang.CharSequence text)
-