Package | Description |
---|---|
edu.ucla.sspace.mains | |
edu.ucla.sspace.wordsi | |
edu.ucla.sspace.wordsi.psd | |
edu.ucla.sspace.wordsi.semeval |
Modifier and Type | Method and Description |
---|---|
protected ContextExtractor |
GenericWordsiMain.contextExtractorFromGenerator(ContextGenerator generator)
Returns a
ContextExtractor that uses the given ContextGenerator which will process the corpus in the format specified
by the command line. |
protected abstract ContextExtractor |
GenericWordsiMain.getExtractor()
Returns a
ContextExtractor , which will be responsible for
creating context vectors for documents. |
protected ContextExtractor |
PreComputedWordsiMain.getExtractor()
Returns a
ContextExtractor , which will be responsible for
creating context vectors for documents. |
protected ContextExtractor |
WCWordsiMain.getExtractor()
Returns a
ContextExtractor , which will be responsible for
creating context vectors for documents. |
protected ContextExtractor |
TopicWordsiMain.getExtractor()
Returns a
ContextExtractor , which will be responsible for
creating context vectors for documents. |
protected ContextExtractor |
DVWordsiMain.getExtractor()
Returns a
ContextExtractor , which will be responsible for
creating context vectors for documents. |
protected ContextExtractor |
RIWordsiMain.getExtractor()
Returns a
ContextExtractor , which will be responsible for
creating context vectors for documents. |
Modifier and Type | Class and Description |
---|---|
class |
DependencyContextExtractor
This
ContextExtractor reads in documents that have been dependency
parsed. |
class |
GeneralContextExtractor
A general purpose
ContextExtractor . |
class |
PreComputedContextExtractor
A
ContextExtractor that assumes that the corpus has already been
pre-processed and each document is a single line with the following format: |
class |
TopicModelContextExtractor
A
ContextExtractor for processing documents with topic signatures for
contexts as computed by the Mallet framework. |
Constructor and Description |
---|
BaseWordsi(Set<String> acceptedWords,
ContextExtractor extractor)
Creates a new
BaseWordsi . |
EvaluationWordsi(Set<String> acceptedWords,
ContextExtractor extractor,
SemanticSpace sspace,
AssignmentReporter reporter)
Creates a new
EvaluationWordsi . |
StreamingWordsi(Set<String> acceptedWords,
ContextExtractor extractor,
Generator<OnlineClustering<SparseDoubleVector>> clusterGenerator,
AssignmentReporter reporter,
int numClusters)
Creates a new
StreamingWordsi . |
WaitingWordsi(Set<String> acceptedWords,
ContextExtractor extractor,
Clustering clustering,
AssignmentReporter reporter)
Creates a new
WaitingWordsi . |
WaitingWordsi(Set<String> acceptedWords,
ContextExtractor extractor,
Clustering clustering,
AssignmentReporter reporter,
int numClusters)
Creates a new
WaitingWordsi . |
Modifier and Type | Class and Description |
---|---|
class |
PseudoWordContextExtractor
A pseudo word based
ContextExtractor . |
class |
PseudoWordDependencyContextExtractor
A pseudo word based
DependencyContextExtractor . |
Modifier and Type | Class and Description |
---|---|
class |
SemEvalContextExtractor
A
ContextExtractor for handling SemEval or SenseEval corpora. |
class |
SemEvalDependencyContextExtractor
A SenseEval/SemEval based
DependencyContextExtractor . |
Copyright © 2012. All Rights Reserved.