Class | Description |
---|---|
Baseline1DegreeOfRelationExtractorAnnotator |
Annotated degree_of relation in sentences containing a single entity mention
of a valid degree_of type and a single modifier.
|
Baseline1EntityMentionPairRelationExtractorAnnotator |
Annotate location_of relation between two entities in sentences containing
exactly two entities (where the entities are of the correct types).
|
Baseline2DegreeOfRelationExtractorAnnotator |
Annotated degree_of relation between two entities in sentences with multiple modifiers (arg2)
and a single legitimate degree_of arg1 (i.e.
|
Baseline2EntityMentionPairRelationExtractorAnnotator |
Annotate location_of relation between two entities in sentences with multiple anatomical sites
and a single legitimate location_of arg2.
|
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.
|
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.
|
Baseline4DegreeOfRelationExtractorAnnotator |
Annotate degree_of relation between two entities whenever
they are enclosed within the same noun phrse.
|
Baseline4EntityMentionPairRelationExtractorAnnotator |
Annotate location_of relation between two entities whenever
they are enclosed within the same noun phrse.
|
Utils |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.