Interface PartOfSpeechAttribute

All Superinterfaces:
Attribute
All Known Implementing Classes:
PartOfSpeechAttributeImpl

public interface PartOfSpeechAttribute extends Attribute
Part of Speech attributes for Korean.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Method Details

    • getPOSType

      POS.Type getPOSType()
      Get the POS.Type of the token.
    • getLeftPOS

      POS.Tag getLeftPOS()
      Get the left part of speech of the token.
    • getRightPOS

      POS.Tag getRightPOS()
      Get the right part of speech of the token.
    • getMorphemes

      Dictionary.Morpheme[] getMorphemes()
      Get the Dictionary.Morpheme decomposition of the token.
    • setToken

      void setToken(Token token)
      Set the current token.