Package com.optimaize.langdetect.text
Class CharNormalizerTextFilterImpl
- java.lang.Object
-
- com.optimaize.langdetect.text.CharNormalizerTextFilterImpl
-
- All Implemented Interfaces:
TextFilter
public class CharNormalizerTextFilterImpl extends java.lang.Object implements TextFilter
Deprecated.can't be used because it would be a big loss to not inline this code.Runs through theCharNormalizer
.
-
-
Constructor Summary
Constructors Constructor Description CharNormalizerTextFilterImpl()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
filter(java.lang.CharSequence text)
Deprecated.
-
-
-
Method Detail
-
filter
public java.lang.String filter(java.lang.CharSequence text)
Deprecated.- Specified by:
filter
in interfaceTextFilter
-
-