| Class | Description |
|---|---|
| AnnotationUtils |
Utilities to manipulate Annotations storing datasets or sentences with Machine Reading info
|
| EntityMention |
Each entity mention is described by a type (possibly subtype) and a span of text
|
| EntityMentionFactory | |
| EventMention | |
| ExtractionObject |
Represents any object that can be extracted: entity, relation, event.
|
| MachineReadingAnnotations |
Annotations specific to the machinereading data structures.
|
| MachineReadingAnnotations.AllRelationMentionsAnnotation |
The CoreMap key for getting relation mentions corresponding to a sentence.
|
| MachineReadingAnnotations.DependencyAnnotation | Deprecated |
| MachineReadingAnnotations.DocumentDirectoryAnnotation | |
| MachineReadingAnnotations.DocumentIdAnnotation | Deprecated |
| MachineReadingAnnotations.EntityMentionsAnnotation |
The CoreMap key for getting the entity mentions corresponding to a sentence.
|
| MachineReadingAnnotations.EventMentionsAnnotation |
The CoreMap key for getting the event mentions corresponding to a sentence.
|
| MachineReadingAnnotations.GenderAnnotation |
Marks words as belonging to a list of either male or female names.
|
| MachineReadingAnnotations.RelationMentionsAnnotation |
The CoreMap key for getting the relation mentions corresponding to a sentence.
|
| MachineReadingAnnotations.TriggerAnnotation |
Marks trigger words for relation extraction.
|
| RelationMention |
Each relation has a type and set of arguments
|
| RelationMentionFactory | |
| Span |
Stores the offsets for a span of text
Offsets may indicate either token or byte positions
Start is inclusive, end is exclusive
|