You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The naming for creating how typesystem-related entities seems inconsistent. E.g. we have a create_type but then a add_feature method. For consistency, the latter should be renamed to create_feature.
Also, there should be a remark on the Type.add_feature() method that it should not be used (maybe even prefix it with _ and that the TypeSystem.create_feature() method should be used instead.
Best deprecate the old names instead of removing.
The text was updated successfully, but these errors were encountered:
* 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
The naming for creating how typesystem-related entities seems inconsistent. E.g. we have a
create_type
but then aadd_feature
method. For consistency, the latter should be renamed tocreate_feature
.Also, there should be a remark on the
Type.add_feature()
method that it should not be used (maybe even prefix it with_
and that theTypeSystem.create_feature()
method should be used instead.Best deprecate the old names instead of removing.
The text was updated successfully, but these errors were encountered: