|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.llnl.ontology.mains.ExtendWordNet.Evidence
public class ExtendWordNet.Evidence
A data struct for recording the co-occurrence information between two words and any class labels for the two words.
Field Summary | |
---|---|
ExtendWordNet.ClassScores |
classScores
The ExtendWordNet.ClassScores if the two words are not both in wordnet. |
double[] |
similarityScores
A record of the semantic similarity between two terms in a number of semantic spaces. |
edu.ucla.sspace.vector.SparseDoubleVector |
vector
A record of the dependency paths between two terms. |
Constructor Summary | |
---|---|
ExtendWordNet.Evidence(edu.ucla.sspace.vector.SparseDoubleVector vector,
int numSimilarityScores)
Creates a new ExtendWordNet.Evidence instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public edu.ucla.sspace.vector.SparseDoubleVector vector
public double[] similarityScores
public ExtendWordNet.ClassScores classScores
ExtendWordNet.ClassScores
if the two words are not both in wordnet.
Constructor Detail |
---|
public ExtendWordNet.Evidence(edu.ucla.sspace.vector.SparseDoubleVector vector, int numSimilarityScores)
ExtendWordNet.Evidence
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |