Class POS


  • public class POS
    extends Object
    Part of speech classification for Korean based on Sejong corpus classification. The list of tags and their meanings is available here: https://docs.google.com/spreadsheets/d/1-9blXKjtjeKZqsf4NzHeYJCrr49-nXeRF6D80udfcwY
    • Constructor Detail

      • POS

        public POS()
    • Method Detail

      • resolveTag

        public static POS.Tag resolveTag​(String name)
        Returns the POS.Tag of the provided name.
      • resolveTag

        public static POS.Tag resolveTag​(byte tag)
        Returns the POS.Tag of the provided tag.
      • resolveType

        public static POS.Type resolveType​(String name)
        Returns the POS.Type of the provided name.
      • resolveType

        public static POS.Type resolveType​(byte type)
        Returns the POS.Type of the provided type.