Interface POSCorrection


  • public interface POSCorrection
    Corrects POS tags to conform to HERMES format
    Author:
    David B. Bracewell
    • Method Detail

      • pos

        static String pos​(String word,
                          String pos)
        Pos string.
        Parameters:
        word - the word
        pos - the pos
        Returns:
        the string
      • word

        static String word​(String word,
                           String pos)
        Word string.
        Parameters:
        word - the word
        pos - the pos
        Returns:
        the string