Closed reckart closed 3 years ago
Since the add_annotation(s) methods can also add things which as not inheriting from uima.cas.Annotation, the naming of the method seems a bit misleading.
uima.cas.Annotation
Maybe stick with the add_to_indexes() or simply add()?
add_to_indexes()
add()
Same for remove_annotation(s)
I would do that but deprecate the old way also and delete it later
Since the add_annotation(s) methods can also add things which as not inheriting from
uima.cas.Annotation
, the naming of the method seems a bit misleading.Maybe stick with the
add_to_indexes()
or simplyadd()
?Same for remove_annotation(s)