jp.go.nict.langrid.service_1_2.keyphraseextract
クラス Keyphrase
java.lang.Object
jp.go.nict.langrid.service_1_2.keyphraseextract.Keyphrase
public class Keyphrase
- extends Object
キーフレーズ情報を格納する。
scoreは0.0~1.0の間の数値。
- 作成者:
- Takao Nakaguchi
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Keyphrase
public Keyphrase()
Keyphrase
public Keyphrase(String phrase,
double score)
getPhrase
public String getPhrase()
setPhrase
public void setPhrase(String phrase)
getScore
public double getScore()
setScore
public void setScore(double score)