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