dkpro / dkpro-cassis

UIMA CAS processing library written in Python
https://pypi.org/project/dkpro-cassis/
Apache License 2.0
84 stars 22 forks source link

Naming: cas.add_annotation(s) #172

Closed reckart closed 2 years ago

reckart commented 2 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.

Maybe stick with the add_to_indexes() or simply add()?

Same for remove_annotation(s)

jcklie commented 2 years ago

I would do that but deprecate the old way also and delete it later