| Package | Description |
|---|---|
| org.apache.ctakes.relationextractor.ae | |
| org.apache.ctakes.relationextractor.ae.baselines | |
| org.apache.ctakes.relationextractor.eval |
| Modifier and Type | Class and Description |
|---|---|
class |
CausesBringsAboutRelationExtractorAnnotator
Identifies causes/brings_about relation.
|
class |
DegreeOfRelationExtractorAnnotator
Identifies Degree_Of relations between
EventMentions and
Modifiers. |
class |
LocationOfRelationExtractorAnnotator
Identifies Location_Of relations between
EventMentions and
AnatomicalSiteMentions. |
class |
ManagesTreatsRelationExtractorAnnotator
Identifies manages/treats relation.
|
class |
ManifestationOfRelationExtractorAnnotator
Identifies manifestation_of relation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Baseline1DegreeOfRelationExtractorAnnotator
Annotated degree_of relation in sentences containing a single entity mention
of a valid degree_of type and a single modifier.
|
class |
Baseline1EntityMentionPairRelationExtractorAnnotator
Annotate location_of relation between two entities in sentences containing
exactly two entities (where the entities are of the correct types).
|
class |
Baseline2DegreeOfRelationExtractorAnnotator
Annotated degree_of relation between two entities in sentences with multiple modifiers (arg2)
and a single legitimate degree_of arg1 (i.e.
|
class |
Baseline2EntityMentionPairRelationExtractorAnnotator
Annotate location_of relation between two entities in sentences with multiple anatomical sites
and a single legitimate location_of arg2.
|
class |
Baseline3DegreeOfRelationExtractorAnnotator
This baseline links each modifier with the closest entity of a type
that's suitable for degree_of, as long as there is no intervening modifier.
|
class |
Baseline3EntityMentionPairRelationExtractorAnnotator
This baseline links each anatomical site with the closest entity of a type
that's suitable for location_of, as long as there is no intervening anatomical site.
|
class |
Baseline4DegreeOfRelationExtractorAnnotator
Annotate degree_of relation between two entities whenever
they are enclosed within the same noun phrse.
|
class |
Baseline4EntityMentionPairRelationExtractorAnnotator
Annotate location_of relation between two entities whenever
they are enclosed within the same noun phrse.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<? extends BinaryTextRelation>,Class<? extends RelationExtractorAnnotator>> |
RelationExtractorEvaluation.ANNOTATOR_CLASSES |
| Constructor and Description |
|---|
RelationExtractorEvaluation(File baseDirectory,
Class<? extends BinaryTextRelation> relationClass,
Class<? extends RelationExtractorAnnotator> classifierAnnotatorClass,
ParameterSettings parameterSettings) |
RelationExtractorEvaluation(File baseDirectory,
Class<? extends BinaryTextRelation> relationClass,
Class<? extends RelationExtractorAnnotator> classifierAnnotatorClass,
ParameterSettings parameterSettings,
boolean testOnCTakes,
boolean allowSmallerSystemArguments,
boolean ignoreImpossibleGoldRelations,
boolean printErrors,
boolean setClassWeights,
boolean expandEventParameter)
An evaluation of a relation extractor.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.