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

コンストラクタの概要
Keyphrase()
           
Keyphrase(String phrase, double score)
           
 
メソッドの概要
 String getPhrase()
           
 double getScore()
           
 void setPhrase(String phrase)
           
 void setScore(double score)
           
 
クラス 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)