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 Summary

    Modifier and Type
    Method
    Description
    NFKC normalizes a String.
  • Method Details

    • 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