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 DependencyContextGenerator |
DVRIWordsiMain.getContextGenerator() |
protected DependencyContextGenerator |
DVWordsiMain.getContextGenerator() |
protected DependencyContextGenerator |
SelPrefWordsiMain.getContextGenerator() |
protected DependencyContextGenerator |
DVWCWordsiMain.getContextGenerator() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOccurrenceDependencyContextGenerator
An abstract
DependencyContextGenerator that creates a context vector
for a node in an array of DependencyTreeNode s by using any form of
co-occurrence information in the tree. |
class |
OccurrenceDependencyContextGenerator
A
DependencyContextGenerator that marks each co-occurrence with
ordering information. |
class |
OrderingDependencyContextGenerator
A
DependencyContextGenerator that marks each co-occurrence with
ordering information. |
class |
PartOfSpeechDependencyContextGenerator
A
DependencyContextGenerator that marks each co-occurrence with part
of speech information. |
class |
RandomIndexingDependencyContextGenerator
A
DependencyContextGenerator that forms context vectors using a
summation of index vectors. |
class |
SelPrefDependencyContextGenerator
A
DependencyContextGenerator that marks each co-occurrence with
ordering information. |
class |
WordOccrrenceDependencyContextGenerator
A
DependencyContextGenerator that forms co-occurrence context vectors
from words that are reachable via a valid DependencyPath from a focus
term. |
Modifier and Type | Field and Description |
---|---|
protected DependencyContextGenerator |
DependencyContextExtractor.generator
The
DependencyContextGenerator responsible for processing a
DependencyTreeNode and turning it into a context vector. |
Constructor and Description |
---|
DependencyContextExtractor(DependencyExtractor extractor,
DependencyContextGenerator generator)
Creates a new
DependencyContextExtractor . |
DependencyContextExtractor(DependencyExtractor extractor,
DependencyContextGenerator generator,
boolean readHeader)
Creates a new
DependencyContextExtractor . |
Constructor and Description |
---|
PseudoWordDependencyContextExtractor(DependencyExtractor extractor,
DependencyContextGenerator generator,
Map<String,String> pseudoWordMap)
Creates a new
PseudoWordDependencyContextExtractor . |
Constructor and Description |
---|
SemEvalDependencyContextExtractor(DependencyExtractor extractor,
DependencyContextGenerator generator)
Creates a new
SemEvalDependencyContextExtractor . |
Copyright © 2012. All Rights Reserved.