Class HtmlEntityNormalizer

    • Constructor Detail

      • HtmlEntityNormalizer

        public HtmlEntityNormalizer()
    • Method Detail

      • performNormalization

        protected String performNormalization​(String input,
                                              Language language)
        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
        language - The language of the input
        Returns:
        The post-processed text