Closed jcklie closed 5 years ago
@reneverheij I merged it, you can either try the master branch via or wait until next week when I release a new version of cassis on pypi via pip install git+https://github.com/dkpro/dkpro-cassis
I released it and added documentation on how to deal with this inconvenience under https://github.com/dkpro/dkpro-cassis#miscellaneous
Might be worth introducing set_feature_value
and get_feature_value
methods which would automatically do this renaming internally such that the "original" feature name could be used?
This is an extremely rare case and I do not want to add getter and setter just for this.
Did not hear back, should be fixed.
This is also true for type
Describe the bug Typesystem loading fails if features contain features called self
To Reproduce Steps to reproduce the behavior:
self
Expected behavior No error occurs
Error message
Additional context
The issue occurs because we attempt to create a class with a field called
self
which is reserved in Python.