Interface Normalizer


  • public interface Normalizer

    This interface provides NFKC normalization of Strings through the underlying linguistics library.

    Author:
    Mathias Mølster Lidal
    • Method Detail

      • normalize

        java.lang.String normalize​(java.lang.String input)
        NFKC normalizes a String.
        Parameters:
        input - the string to normalize
        Returns:
        the normalized string
        Throws:
        ProcessingException - if underlying library throws an Exception