Package com.basistech.rosette.dm
Class SimilarTerm
java.lang.Object
com.basistech.rosette.dm.BaseAttribute
com.basistech.rosette.dm.SimilarTerm
- All Implemented Interfaces:
Serializable
A term with some semantic similarity to an
AnnotatedText.- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.basistech.rosette.dm.BaseAttribute
extendedProperties -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.basistech.rosette.dm.BaseAttribute
getExtendedProperties, listOrNull, setExtendedProperty, toStringHelper
-
Constructor Details
-
SimilarTerm
-
-
Method Details
-
getTerm
Returns the text of this term- Returns:
- the text of this term
-
getSimilarity
Returns the similarity between this term and the document- Returns:
- the similarity between this term and the document
-
toString
- Overrides:
toStringin classBaseAttribute
-