dkpro / dkpro-cassis

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

Make better use of type constants in code #301

Closed reckart closed 9 months ago

reckart commented 9 months ago

Is your feature request related to a problem? Please describe. Often, types are referred to by their literal name even though we have constants for them.

Describe the solution you'd like Replace literal type references using constances.