Class Dictionary.Morpheme

java.lang.Object
org.apache.lucene.analysis.ko.dict.Dictionary.Morpheme
Enclosing interface:
Dictionary

public static class Dictionary.Morpheme extends Object
A morpheme extracted from a compound token.
  • Field Details

    • posTag

      public final POS.Tag posTag
    • surfaceForm

      public final String surfaceForm
  • Constructor Details

    • Morpheme

      public Morpheme(POS.Tag posTag, String surfaceForm)