Class 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 the CharNormalizer.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String filter​(java.lang.CharSequence text)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CharNormalizerTextFilterImpl

        public CharNormalizerTextFilterImpl()
        Deprecated.
    • Method Detail

      • filter

        public java.lang.String filter​(java.lang.CharSequence text)
        Deprecated.
        Specified by:
        filter in interface TextFilter