| Interface | Description |
|---|---|
| DimensionallyInterpretableSemanticSpace<T> |
An interface for
SemanticSpace instances that are meaningfully
interpretable. |
| Filterable |
A marker interface that indicates that this class supports selectively
filtering which words have their semantics retained.
|
| SemanticSpace |
A common interface for interacting with semantic space models of meaning.
|
| Class | Description |
|---|---|
| ArgOptions |
A utility class for parsing command line arguments.
|
| CachingOnDiskSemanticSpace |
A
SemanticSpace where most vector data is kept on disk, but
frequently accessed data is kept in memory. |
| DocumentVectorBuilder |
DocumentVectorBuilder generates Vector representations of a
document, based on semantic Vectors provided for a SemanticSpace. |
| GenericTermDocumentVectorSpace |
This base class centralizes much of the common text processing needed for
term-document based
SemanticSpaces. |
| OnDiskSemanticSpace |
A
SemanticSpace where all vector data is kept on disk. |
| SemanticSpaceIO |
A collection of utility methods for reading and writing
SemanticSpace
instances. |
| SemanticSpaceWriter |
An output utility to write a
SemanticSpace incrementally, one vector
at a time. |
| Similarity |
A collection of static methods for computing the similarity, distances,
correlations, and all other vectorized value comparisons between vectors and
arrays.
|
| StaticSemanticSpace |
An unmodifiable
SemanticSpace whose data is loaded into memory from
an .sspace file. |
| Statistics |
A collection of static methods for statistical analysis and basic numeric
computation.
|
| VectorMapSemanticSpace<T extends Vector> | |
| WordComparator |
A utility class for finding the
k most-similar words to a provided
word in a SemanticSpace. |
| Enum | Description |
|---|---|
| SemanticSpaceIO.SSpaceFormat |
The type of formatting to use when writing a semantic space to a file.
|
| Similarity.SimType |
A type of similarity function to use when generating a
Method |
Copyright © 2012. All Rights Reserved.