Class | Description |
---|---|
RelationAnnotator<C extends de.unibi.techfak.scie.descriptors.Annotation,R extends de.unibi.techfak.scie.descriptors.Aggregated> |
This is an abstract super class for annotators of relations according to the
following architecture:
There is a core or trigger element that needs to
be present for a relation to be annotated.
There are S slot elements that may be present.
The base set of viable candidates for core and slots is defined by an
annotation class (e.g.
|
SlotCandidate<S extends de.unibi.techfak.scie.descriptors.Annotation> |
This is a model for a slot candidate of a relation.
|
SlotSpecification<S extends org.apache.uima.jcas.tcas.Annotation> |
This specifies a slot of a relation.
|
Copyright © 2014. All rights reserved.