|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SynsetPairFeatureMaker
An interface for creating feature vectors that specify how similar two Synsets are to each other. Similarity may be measured based on feature
vectors that have been applied to each Synset, their depth in the
hierarchy, or any other measure.
| Method Summary | |
|---|---|
List<String> |
makeAttributeList()
Returns a list of attribute labels. |
edu.ucla.sspace.vector.DoubleVector |
makeFeatureVector(Synset synset1,
Synset synset2)
Returns a feature vector that specifies how similar synset1 is to
synset2 according to a variety of measures. |
| Method Detail |
|---|
List<String> makeAttributeList()
Synset pair.
edu.ucla.sspace.vector.DoubleVector makeFeatureVector(Synset synset1,
Synset synset2)
synset1 is to
synset2 according to a variety of measures.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||