Package | Description |
---|---|
edu.ucla.sspace.common | |
edu.ucla.sspace.mains |
Modifier and Type | Method and Description |
---|---|
static SemanticSpaceIO.SSpaceFormat |
SemanticSpaceIO.SSpaceFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemanticSpaceIO.SSpaceFormat[] |
SemanticSpaceIO.SSpaceFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SemanticSpace |
SemanticSpaceIO.load(File sspaceFile,
SemanticSpaceIO.SSpaceFormat format)
Deprecated.
|
static SemanticSpace |
SemanticSpaceIO.load(String sspaceFileName,
SemanticSpaceIO.SSpaceFormat format)
Deprecated.
|
static void |
SemanticSpaceIO.save(SemanticSpace sspace,
File output,
SemanticSpaceIO.SSpaceFormat format)
Writes the data contained in the
SemanticSpace to the provided
file and format. |
Constructor and Description |
---|
OnDiskSemanticSpace(File file,
SemanticSpaceIO.SSpaceFormat format)
Deprecated.
|
SemanticSpaceWriter(File sspaceFile,
SemanticSpaceIO.SSpaceFormat format)
Creates a
SemanticSpaceWriter that will write a SemanticSpace to the provided file in the specified format. |
StaticSemanticSpace(File file,
SemanticSpaceIO.SSpaceFormat format)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected SemanticSpaceIO.SSpaceFormat |
ESAMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
PreComputedWordsiMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
CoalsMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
DVRIWordsiMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
VsmMain.getSpaceFormat()
Returns the format as the
default format of a
VectorSpaceModel space. |
protected SemanticSpaceIO.SSpaceFormat |
HALMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
WCWordsiMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
GwsMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
StructuredVectorSpaceMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
TopicWordsiMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
DependencyVectorSpaceMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
DependencyRandomIndexingMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
DVWordsiMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
GenericMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
IsaMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
LpcsMain.getSpaceFormat()
Returns the format as the default
format of a
LocalityPreservingCooccurrenceSpace space. |
protected SemanticSpaceIO.SSpaceFormat |
ReflectiveRandomIndexingMain.getSpaceFormat()
Returns the format as
the default format of a
ReflectiveRandomIndexing space. |
protected SemanticSpaceIO.SSpaceFormat |
RIWordsiMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
PurandareMain.getSpaceFormat()
Returns the
sparse_binary format as
the default format of a PurandareFirstOrder space. |
protected SemanticSpaceIO.SSpaceFormat |
PLSAMain.getSpaceFormat()
Returns the format as the default
format of a
LatentSemanticAnalysis space. |
protected SemanticSpaceIO.SSpaceFormat |
BeagleMain.getSpaceFormat()
Returns the
format in which the
finished SemanticSpace should be saved. |
protected SemanticSpaceIO.SSpaceFormat |
LSAMain.getSpaceFormat()
Returns the format as the default
format of a
LatentSemanticAnalysis space. |
protected SemanticSpaceIO.SSpaceFormat |
RandomIndexingMain.getSpaceFormat()
Returns the format as
the default format of a
RandomIndexing space. |
protected SemanticSpaceIO.SSpaceFormat |
LpsaMain.getSpaceFormat()
Returns the format as the default
format of a
LocalityPreservingSemanticAnalysis space. |
Copyright © 2012. All Rights Reserved.