Class ScandinavianNormalizer


  • public final class ScandinavianNormalizer
    extends java.lang.Object
    This Normalizer does the heavy lifting for a set of Scandinavian normalization filters, normalizing use of the interchangeable Scandinavian characters æÆäÄöÖøØ and folded variants (aa, ao, ae, oe and oo) by transforming them to åÅæÆøØ.
    Since:
    9.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ScandinavianNormalizer.Foldings
      List of possible foldings that can be used when configuring the filter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int processToken​(char[] buffer, int length)
      Takes the original buffer and length as input.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait