UnknownMorphData
class UnknownMorphData(buffer: ByteBuffer, posResource: IOSupplier<InputStream>) : TokenInfoMorphData
Morphological information for unk dictionary.
Functions
Link copied to clipboard
Get the left POS.Tag of specified word.
Link copied to clipboard
open override fun getMorphemes(morphId: Int, surfaceForm: CharArray, off: Int, len: Int): Array<KoMorphData.Morpheme>?
Get the morphemes of specified word (e.g. 가깝으나: 가깝 + 으나).
Link copied to clipboard
Get the POS.Type of specified word (morpheme, compound, inflect or pre-analysis)
Link copied to clipboard
Get the reading of specified word (mainly used for Hanja to Hangul conversion).
Link copied to clipboard
Link copied to clipboard
Get the right POS.Tag of specified word.
Link copied to clipboard