public class Keyphrase extends Object
Keyphrase()
Keyphrase(String phrase, double score)
boolean
equals(Object value)
String
getPhrase()
double
getScore()
int
hashCode()
void
setPhrase(String phrase)
setScore(double score)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Keyphrase()
public Keyphrase(String phrase, double score)
public boolean equals(Object value)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public String getPhrase()
public void setPhrase(String phrase)
public double getScore()
public void setScore(double score)