Serialized Form


Package gov.llnl.ontology.clustering

Class gov.llnl.ontology.clustering.LocalitySensitiveWordSpaceClustering extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

clusterAssignments

Map<K,V> clusterAssignments
A mapping from terms to assigned cluster indices.


clusters

List<E> clusters
The set of terms in each cluster.


clusterCentroids

edu.ucla.sspace.vector.DoubleVector[] clusterCentroids
The centroid vector for each cluster.


wordSpace

Map<K,V> wordSpace
A mapping from words to their semantic vectors. This is a subset of the SemanticSpace used to generate the clusters.


sspaceName

String sspaceName
The text descrbibing the SemanticSpace algorithm used to generate this clustering assignment.

Class gov.llnl.ontology.clustering.WordSpaceClusterSimilarity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

clusterAssignments

Map<K,V> clusterAssignments
A mapping from terms to assigned cluster indices.


clusters

List<E> clusters
The set of terms in each cluster.


clusterCentroids

edu.ucla.sspace.vector.DoubleVector[] clusterCentroids
The centroid vector for each cluster.


wordSpace

Map<K,V> wordSpace
A mapping from words to their semantic vectors. This is a subset of the SemanticSpace used to generate the clusters.


sspaceName

String sspaceName
The text descrbibing the SemanticSpace algorithm used to generate this clustering assignment.


Package gov.llnl.ontology.mains

Class gov.llnl.ontology.mains.SemEvalFormatFixer extends Object implements Serializable

Class gov.llnl.ontology.mains.WordNetCondenser extends Object implements Serializable


Package gov.llnl.ontology.text

Class gov.llnl.ontology.text.AbstractBasisMapping extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mapping

edu.ucla.sspace.util.BiMap<K,V> mapping
The mapping from keys to dimension indices.


readOnly

boolean readOnly
Set to true when the BasisMapping should not create new dimensions for unseen keys.

Class gov.llnl.ontology.text.DependencyRelationBasisMapping extends AbstractBasisMapping<edu.ucla.sspace.dependency.DependencyPath,String> implements Serializable

Class gov.llnl.ontology.text.DependencyWordBasisMapping extends AbstractBasisMapping<edu.ucla.sspace.dependency.DependencyPath,String> implements Serializable

Class gov.llnl.ontology.text.Sentence extends edu.stanford.nlp.pipeline.Annotation implements Serializable

Serialized Fields

start

int start
The start index of this sentence in a text document.


end

int end
The end index of this sentence in a text document.


tokenAnnotations

edu.stanford.nlp.pipeline.Annotation[] tokenAnnotations
The array of Annotations for each token in the Sentence.

Class gov.llnl.ontology.text.StringBasisMapping extends AbstractBasisMapping<String,String> implements Serializable


Package gov.llnl.ontology.util

Class gov.llnl.ontology.util.Counter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

counts

Map<K,V> counts
A mapping from an object to the number of times it has been seen


sum

int sum
The total number of objects that have been counted

Class gov.llnl.ontology.util.StringCounter extends Counter<String> implements Serializable



Copyright © 2010-2011. All Rights Reserved.