PartOfSpeechAttributeImpl

Part of Speech attributes for Korean.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun clear()
Link copied to clipboard
open override fun clone(): AttributeImpl
Link copied to clipboard
open override fun copyTo(target: AttributeImpl)
Link copied to clipboard
open fun end()
Link copied to clipboard
open override fun getLeftPOS(): POS.Tag?

Get the left part of speech of the token.

Link copied to clipboard
open override fun getMorphemes(): Array<KoMorphData.Morpheme>?

Get the KoMorphData.Morpheme decomposition of the token.

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

Get the POS.Type of the token.

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

Get the right part of speech of the token.

Link copied to clipboard
fun reflectAsString(prependAttClass: Boolean): String
Link copied to clipboard
open override fun reflectWith(reflector: AttributeReflector)
Link copied to clipboard
open override fun setToken(token: Token?)

Set the current token.