gov.llnl.ontology.mains
Class ExtendWordNet.Evidence

java.lang.Object
  extended by gov.llnl.ontology.mains.ExtendWordNet.Evidence
Enclosing class:
ExtendWordNet

public class ExtendWordNet.Evidence
extends Object

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

vector

public edu.ucla.sspace.vector.SparseDoubleVector vector
A record of the dependency paths between two terms.


similarityScores

public double[] similarityScores
A record of the semantic similarity between two terms in a number of semantic spaces.


classScores

public ExtendWordNet.ClassScores classScores
The ExtendWordNet.ClassScores if the two words are not both in wordnet.

Constructor Detail

ExtendWordNet.Evidence

public ExtendWordNet.Evidence(edu.ucla.sspace.vector.SparseDoubleVector vector,
                              int numSimilarityScores)
Creates a new ExtendWordNet.Evidence instance.



Copyright © 2010-2011. All Rights Reserved.