Class DiacriticalMarkNormalizer

    • Constructor Detail

      • DiacriticalMarkNormalizer

        public DiacriticalMarkNormalizer()
    • Method Detail

      • performNormalization

        public String performNormalization​(String input,
                                           Language inputLanguage)
        Description copied from class: TextNormalizer
        Performs a pre-processing operation on the input string in the given input language
        Specified by:
        performNormalization in class TextNormalizer
        Parameters:
        input - The input text
        inputLanguage - The language of the input
        Returns:
        The post-processed text