public class Morpheme extends Object implements Serializable
| コンストラクタと説明 |
|---|
Morpheme() |
Morpheme(String word,
String lemma,
PartOfSpeech partOfSpeech) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object value) |
String |
getLemma() |
PartOfSpeech |
getPartOfSpeech() |
String |
getWord() |
int |
hashCode() |
void |
setLemma(String lemma) |
void |
setPartOfSpeech(PartOfSpeech partOfSpeech) |
void |
setWord(String word) |
String |
toString() |
public Morpheme()
public Morpheme(String word, String lemma, PartOfSpeech partOfSpeech)
public String getWord()
public void setWord(String word)
public String getLemma()
public void setLemma(String lemma)
public PartOfSpeech getPartOfSpeech()
public void setPartOfSpeech(PartOfSpeech partOfSpeech)
Copyright © 2019. All rights reserved.