| Package | Description |
|---|---|
| CoOccurrence |
| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
FactoryforMatrixSWsynonyms.buildDictionary(java.io.Reader termList,
Dictionary dict)
Builds a dictionary based on a term list.
|
Dictionary |
CoOccurrenceMatrix.getDictionary()
Returns the dictionary used for building this matrix
|
| Modifier and Type | Method and Description |
|---|---|
static Dictionary |
FactoryforMatrixSWsynonyms.buildDictionary(java.io.Reader termList,
Dictionary dict)
Builds a dictionary based on a term list.
|
static CoOccurrenceMatrix |
FactoryforMatrixSWsynonyms.buildMatrixGR(Dictionary dictionary,
java.io.Reader textInput,
CoOccurrenceMatrix startMatrix)
Builds a co-occurrence matrix based on a starting matrix, a dictionary
and a text file using grammatical relations such as (and, or , comma).
|
static CoOccurrenceMatrix |
FactoryforMatrixSWsynonyms.buildMatrixSW(Dictionary dictionary,
java.io.Reader textInput,
CoOccurrenceMatrix startMatrix,
int windowsize)
Builds a co-occurrence matrix based on a starting matrix, a dictionary
and a text file using a sliding window.
|
static CoOccurrenceMatrix |
FactoryforMatrixSWsynonyms.createMatrixFromFile(java.io.Reader matrixSource,
Dictionary dict)
Creates a CoOccurrenceMatrix from a file.
|
void |
CoOccurrenceMatrix.setDictionary(Dictionary dictionary)
Changes dictionary for this matrix.
|
| Constructor and Description |
|---|
CoOccurrenceMatrix(Dictionary dictionary)
Constructs an empty CoOccurrenceMatrix where the dictionary is
set and the index is empty.
|