tml.vectorspace.operations.results
Class RapidAutomaticKeywordExtractionResult
java.lang.Object
tml.vectorspace.operations.results.AbstractResult
tml.vectorspace.operations.results.RapidAutomaticKeywordExtractionResult
- All Implemented Interfaces:
- java.lang.Comparable<RapidAutomaticKeywordExtractionResult>
public class RapidAutomaticKeywordExtractionResult
- extends AbstractResult
- implements java.lang.Comparable<RapidAutomaticKeywordExtractionResult>
This class represents the result of a RapidAutomaticKeywordExtraction
operation.
- Author:
- Stephen O'Rourke
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RapidAutomaticKeywordExtractionResult
public RapidAutomaticKeywordExtractionResult()
getKeyword
public java.lang.String getKeyword()
getWeighting
public java.lang.Double getWeighting()
setKeyword
public void setKeyword(java.lang.String keyword)
setWeighting
public void setWeighting(java.lang.Double weighting)
compareTo
public int compareTo(RapidAutomaticKeywordExtractionResult result)
- Specified by:
compareTo
in interface java.lang.Comparable<RapidAutomaticKeywordExtractionResult>