Class POS


  • public class POS
    extends java.lang.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
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  POS.Tag
      Part of speech tag for Korean based on Sejong corpus classification.
      static class  POS.Type
      The type of the token.
    • Constructor Summary

      Constructors 
      Constructor Description
      POS()  
    • Constructor Detail

      • POS

        public POS()
    • Method Detail

      • resolveTag

        public static POS.Tag resolveTag​(java.lang.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​(java.lang.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.