-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Naming: cas.add_annotation(s) #172
Comments
I would do that but deprecate the old way also and delete it later |
jcklie
added a commit
that referenced
this issue
Aug 14, 2021
- cas.add_annotation -> cas.add - cas.add_annotations -> cas.add_all - cas.remove_annotation -> cas.remove
reckart
added a commit
that referenced
this issue
Aug 19, 2021
* main: #172 - Naming: cas.add_annotation(s) (#181) #175 - Set a feature if the feature name is in a variable (#180) #175 - Set a feature if the feature name is in a variable #174 - FSes that are only transitively referenced cannot be serialized (#179) #170 - Handling of the "uima.noNamespace" prefix (#178) No issue #173 - Rename add_feature to create_feature (#177) # Conflicts: # cassis/typesystem.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: