Modifier and Type | Class and Description |
---|---|
class |
CoNLLDependencyExtractor
A class for extracting dependency parsed sentences in the CoNLL format, which
are generated by the Malt
Parser.
|
class |
WaCKyDependencyExtractor
A class for extracting dependency parsed sentences from WaCKy corpora.
|
Modifier and Type | Method and Description |
---|---|
static DependencyExtractor |
DependencyExtractorManager.getDefaultExtractor()
Returns the default extractor used by this manager.
|
static DependencyExtractor |
DependencyExtractorManager.getExtractor(String name)
Returns the extractor with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static void |
DependencyExtractorManager.addExtractor(String name,
DependencyExtractor extractor)
Adds the provided
DependencyExtractor to the set of available
extractors. |
static void |
DependencyExtractorManager.addExtractor(String name,
DependencyExtractor extractor,
boolean isDefault)
Adds the provided
DependencyExtractor to the set of available
extractors, optionally setting the extractor as the default. |
Constructor and Description |
---|
StructuredVectorSpace(DependencyExtractor extractor,
DependencyPathAcceptor acceptor,
VectorCombinor combinor)
Create a new instance of
StructuredVectorSpace . |
StructuredVectorSpace(DependencyExtractor extractor,
DependencyPathAcceptor acceptor,
VectorCombinor combinor,
StringBasisMapping termBasis,
Set<String> semanticFilter)
Create a new instance of
StructuredVectorSpace . |
Constructor and Description |
---|
LabeledParsedStringDocument(String label,
DependencyExtractor extractor,
String parse) |
Constructor and Description |
---|
DepPsdTokenCounter(DependencyExtractor extractor)
Creates a new token counter that optionally lower cases tokens
|
DepSemTokenCounter(DependencyExtractor extractor)
Creates a new token counter that optionally lower cases tokens
|
DepTokenCounter(boolean doLowerCasing,
boolean doPos,
DependencyExtractor extractor)
Creates a new token counter that optionally lower cases tokens
|
Modifier and Type | Field and Description |
---|---|
protected DependencyExtractor |
DependencyContextExtractor.extractor
The
DependencyExtractor used to extract parse trees from the
already parsed documents |
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.