Package com.optimaize.langdetect.text
Interface TextFilter
-
- All Known Implementing Classes:
CharNormalizerTextFilterImpl
,MultiTextFilter
,RemoveMinorityScriptsTextFilter
,UrlTextFilter
public interface TextFilter
Allows 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.String
filter(java.lang.CharSequence text)
-