Package | Description |
---|---|
edu.ucla.sspace.mains | |
edu.ucla.sspace.wordsi | |
edu.ucla.sspace.wordsi.psd | |
edu.ucla.sspace.wordsi.semeval |
Modifier and Type | Class and Description |
---|---|
static class |
LexSubWordsiMain.LexSubWordsi |
Modifier and Type | Class and Description |
---|---|
class |
BaseWordsi
This base class accepts or rejects key words based on a set of
acceptedWords and dispatches calls to a ContextExtractor so that
Wordsi sub-classes will be called with each generated vector. |
class |
EvaluationWordsi
An
Wordsi implementation to be used for evaluations. |
class |
StreamingWordsi
A
Wordsi implementation that utilizes streaming, or online,
clustering algorithms. |
class |
WaitingWordsi
A
Wordsi implementation that performs batch clustering. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DependencyContextExtractor.acceptWord(DependencyTreeNode focusNode,
String contextHeader,
Wordsi wordsi)
Returns true if
Wordsi should generate a context vector for
focusWord . |
void |
ContextExtractor.processDocument(BufferedReader document,
Wordsi wordsi)
Processes the content of
document and calls handleContextVector(java.lang.String, java.lang.String, edu.ucla.sspace.vector.SparseDoubleVector) for each context vector that can be extracted
from document . |
void |
TopicModelContextExtractor.processDocument(BufferedReader document,
Wordsi wordsi)
Processes the content of
document and calls handleContextVector(java.lang.String, java.lang.String, edu.ucla.sspace.vector.SparseDoubleVector) for each context vector that can be extracted
from document . |
void |
PreComputedContextExtractor.processDocument(BufferedReader document,
Wordsi wordsi)
Processes the content of
document and calls handleContextVector(java.lang.String, java.lang.String, edu.ucla.sspace.vector.SparseDoubleVector) for each context vector that can be extracted
from document . |
void |
GeneralContextExtractor.processDocument(BufferedReader document,
Wordsi wordsi)
Processes the content of
document and calls handleContextVector(java.lang.String, java.lang.String, edu.ucla.sspace.vector.SparseDoubleVector) for each context vector that can be extracted
from document . |
void |
DependencyContextExtractor.processDocument(BufferedReader document,
Wordsi wordsi)
Processes the content of
document and calls handleContextVector(java.lang.String, java.lang.String, edu.ucla.sspace.vector.SparseDoubleVector) for each context vector that can be extracted
from document . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PseudoWordDependencyContextExtractor.acceptWord(DependencyTreeNode focusNode,
String contextHeader,
Wordsi wordsi)
Returns true if
focusWord is a known pseudo word. |
void |
PseudoWordDependencyContextExtractor.processDocument(BufferedReader document,
Wordsi wordsi)
Processes the content of
document and calls handleContextVector(java.lang.String, java.lang.String, edu.ucla.sspace.vector.SparseDoubleVector) for each context vector that can be extracted
from document . |
void |
PseudoWordContextExtractor.processDocument(BufferedReader document,
Wordsi wordsi)
Processes the content of
document and calls handleContextVector(java.lang.String, java.lang.String, edu.ucla.sspace.vector.SparseDoubleVector) for each context vector that can be extracted
from document . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SemEvalDependencyContextExtractor.acceptWord(DependencyTreeNode focusNode,
String contextHeader,
Wordsi wordsi)
Returns true if the
focusWord equals the contextHeader . |
void |
SemEvalContextExtractor.processDocument(BufferedReader document,
Wordsi wordsi)
Processes the content of
document and calls handleContextVector(java.lang.String, java.lang.String, edu.ucla.sspace.vector.SparseDoubleVector) for each context vector that can be extracted
from document . |
Copyright © 2012. All Rights Reserved.