PartOfSpeechAttribute

Part of Speech attributes for Korean.

Inheritors

Functions

Link copied to clipboard
abstract fun getLeftPOS(): POS.Tag?

Get the left part of speech of the token.

Link copied to clipboard

Get the KoMorphData.Morpheme decomposition of the token.

Link copied to clipboard
abstract fun getPOSType(): POS.Type?

Get the POS.Type of the token.

Link copied to clipboard
abstract fun getRightPOS(): POS.Tag?

Get the right part of speech of the token.

Link copied to clipboard
abstract fun setToken(token: Token?)

Set the current token.