Uses of Class
de.julielab.jcore.ae.annotationadder.annotationrepresentations.ExternalAnnotation
-
Packages that use ExternalAnnotation Package Description de.julielab.jcore.ae.annotationadder de.julielab.jcore.ae.annotationadder.annotationformat de.julielab.jcore.ae.annotationadder.annotationsources -
-
Uses of ExternalAnnotation in de.julielab.jcore.ae.annotationadder
Methods in de.julielab.jcore.ae.annotationadder with parameters of type ExternalAnnotation Modifier and Type Method Description voidAnnotationAdderHelper. setAnnotationOffsets(org.apache.uima.jcas.tcas.Annotation annotation, ExternalAnnotation a, AnnotationAdderConfiguration configuration) -
Uses of ExternalAnnotation in de.julielab.jcore.ae.annotationadder.annotationformat
Methods in de.julielab.jcore.ae.annotationadder.annotationformat that return ExternalAnnotation Modifier and Type Method Description ExternalAnnotationSimpleTSVEntityAnnotationFormat. parse(java.lang.String data) -
Uses of ExternalAnnotation in de.julielab.jcore.ae.annotationadder.annotationsources
Constructor parameters in de.julielab.jcore.ae.annotationadder.annotationsources with type arguments of type ExternalAnnotation Constructor Description FileEntityAnnotationSource(AnnotationFormat<ExternalAnnotation> format)
-