Uses of Class
de.julielab.jcore.ae.annotationadder.AnnotationAdderConfiguration
-
Packages that use AnnotationAdderConfiguration Package Description de.julielab.jcore.ae.annotationadder -
-
Uses of AnnotationAdderConfiguration in de.julielab.jcore.ae.annotationadder
Methods in de.julielab.jcore.ae.annotationadder with parameters of type AnnotationAdderConfiguration Modifier and Type Method Description booleanAnnotationAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas, boolean preventProcessedOnDigestMismatch)Tries to add the given annotation data to the given cas.booleanDocumentClassAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas, boolean preventProcessedOnDigestMismatch)booleanDocumentClassAnnotationAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas, boolean preventProcessedOnDigestMismatch)booleanTextAnnotationListAdder. addAnnotations(AnnotationData data, AnnotationAdderHelper helper, AnnotationAdderConfiguration configuration, org.apache.uima.jcas.JCas jCas, boolean preventProcessedOnDigestMismatch)Map<de.julielab.jcore.types.Sentence,List<de.julielab.jcore.types.Token>>AnnotationAdderHelper. createSentenceTokenMap(de.julielab.jcore.types.Sentence sentence, AnnotationAdderConfiguration configuration)List<de.julielab.jcore.types.Token>AnnotationAdderHelper. createTokenList(org.apache.uima.jcas.JCas jCas, AnnotationAdderConfiguration configuration)voidAnnotationAdderHelper. setAnnotationOffsetsRelativeToDocument(org.apache.uima.jcas.tcas.Annotation annotation, TextAnnotation a, AnnotationAdderConfiguration configuration)voidAnnotationAdderHelper. setAnnotationOffsetsRelativeToSentence(de.julielab.jcore.types.Sentence sentence, org.apache.uima.jcas.tcas.Annotation annotation, TextAnnotation a, AnnotationAdderConfiguration configuration)
-