public interface WordSimilarityEvaluation
SemanticSpace
.Modifier and Type | Method and Description |
---|---|
double |
getLeastSimilarValue()
Returns the numeric similarity judgement that is equivalent to two words
being completely dissimilar (i.e.
|
double |
getMostSimilarValue()
Returns the numeric similarity judgement that is equivalent to two words
being completely similar (i.e.
|
Collection<WordSimilarity> |
getPairs()
Returns a collection of human similarity judgements for word pairs.
|
Collection<WordSimilarity> getPairs()
double getMostSimilarValue()
double getLeastSimilarValue()
Copyright © 2012. All Rights Reserved.