public interface WordSimilarity
Modifier and Type | Method and Description |
---|---|
String |
getFirstWord()
Returns the first word in the pair.
|
String |
getSecondWord()
Returns the second word in the pair.
|
double |
getSimilarity()
Returns the human similarity judgement for the two words.
|
Copyright © 2012. All Rights Reserved.