Class Morpheme

java.lang.Object
net.reduls.igo.Morpheme

public final class Morpheme extends Object
形態素クラス
  • Field Details

    • surface

      public final String surface
      形態素の表層形
    • feature

      public final String feature
      形態素の素性
    • start

      public final int start
      テキスト内での形態素の出現開始位置
  • Constructor Details

    • Morpheme

      public Morpheme(String surface, String feature, int start)