Package | Description |
---|---|
edu.ucla.sspace.temporal |
Modifier and Type | Method and Description |
---|---|
static TemporalSemanticSpaceUtils.TSSpaceFormat |
TemporalSemanticSpaceUtils.TSSpaceFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalSemanticSpaceUtils.TSSpaceFormat[] |
TemporalSemanticSpaceUtils.TSSpaceFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TemporalSemanticSpace |
TemporalSemanticSpaceUtils.loadTemporalSemanticSpace(File sspaceFile,
TemporalSemanticSpaceUtils.TSSpaceFormat format)
Loads and returns the
TemporalSemanticSpace stored at the file in
the specified format. |
static void |
TemporalSemanticSpaceUtils.printTemporalSemanticSpace(TemporalSemanticSpace sspace,
File output,
TemporalSemanticSpaceUtils.TSSpaceFormat format)
Writes the data contained in the
TemporalSemanticSpace to the
provided file and format. |
Constructor and Description |
---|
FileBasedTemporalSemanticSpace(File file,
TemporalSemanticSpaceUtils.TSSpaceFormat format)
Creates the
FileBasedTemporalSemanticSpace from the provided
file in the specified format. |
FileBasedTemporalSemanticSpace(String filename,
TemporalSemanticSpaceUtils.TSSpaceFormat format)
Creates the
FileBasedTemporalSemanticSpace from the file in the
specified format. |
Copyright © 2012. All Rights Reserved.