| Package | Description |
|---|---|
| org.apache.ctakes.relationextractor.ae | |
| org.apache.ctakes.relationextractor.ae.features |
| Modifier and Type | Method and Description |
|---|---|
protected List<RelationFeaturesExtractor<IdentifiedAnnotation,IdentifiedAnnotation>> |
RelationExtractorAnnotator.getFeatureExtractors()
Defines the list of feature extractors used by the classifier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentOrderFeatureExtractor
Features that indicate the order of the arguments (e.g.
|
class |
DependencyPathFeaturesExtractor |
class |
DependencyTreeFeaturesExtractor |
class |
EmbeddingFeatureExtractor
Word embedding based features.
|
class |
EntitySpanFeatureExtractor
Features that indicate whether both arguments are contained within an NP.
|
class |
FlatTreeFeatureExtractor |
class |
NamedEntityFeaturesExtractor |
class |
PartOfSpeechFeaturesExtractor |
class |
PETFeatureExtractor |
class |
PhraseChunkingExtractor |
class |
PrepositionFeatureExtractor
Features that indicate whether there is a preposition between the two arguments.
|
class |
PunctuationFeatureExtractor
Features that capture punctuation marks between the two arguments.
|
class |
TokenFeaturesExtractor |
class |
TreeFragmentFeatureExtractor |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.