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 - String to normalize.
        Returns:
        The normalized String.
        Throws:
        ProcessingException - If underlying library throws an Exception.