Interface KoMorphData

All Superinterfaces:
MorphData

public interface KoMorphData extends MorphData
Represents Korean morphological information.
  • Method Details

    • getPOSType

      POS.Type getPOSType(int morphId)
      Get the POS.Type of specified word (morpheme, compound, inflect or pre-analysis)
    • getLeftPOS

      POS.Tag getLeftPOS(int morphId)
      Get the left POS.Tag of specfied word.

      For POS.Type.MORPHEME and POS.Type.COMPOUND the left and right POS are the same.

    • getRightPOS

      POS.Tag getRightPOS(int morphId)
      Get the right POS.Tag of specfied word.

      For POS.Type.MORPHEME and POS.Type.COMPOUND the left and right POS are the same.

    • getReading

      String getReading(int morphId)
      Get the reading of specified word (mainly used for Hanja to Hangul conversion).
    • getMorphemes

      KoMorphData.Morpheme[] getMorphemes(int morphId, char[] surfaceForm, int off, int len)
      Get the morphemes of specified word (e.g. 가깝으나: 가깝 + 으나).