| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomIndexingContextGenerator
A random indexing based
ContextGenerator. |
class |
WordOccrrenceContextGenerator
A raw word co-occurrence
ContextGenerator. |
| Constructor and Description |
|---|
GeneralContextExtractor(ContextGenerator generator,
int windowSize,
boolean readHeader)
Creates a new
GeneralContextExtracto. |
| Constructor and Description |
|---|
PseudoWordContextExtractor(ContextGenerator generator,
int windowSize,
Map<String,String> pseudoWordMap)
Creates a new
PseudoWordContextExtracto. |
| Constructor and Description |
|---|
SemEvalContextExtractor(ContextGenerator generator,
int windowSize)
Creates a new
SemEvalContextExtractor. |
SemEvalContextExtractor(ContextGenerator generator,
int windowSize,
String separator)
Creates a new
SemEvalContextExtractor. |
Copyright © 2012. All Rights Reserved.