Interface Normalizer

  • All Known Implementing Classes:
    SimpleNormalizer

    public interface Normalizer

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

    Author:
    Mathias Mølster Lidal
    • Method Detail

      • normalize

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