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

Rename fields to snake_case instead of camelCase #207

Open jcklie opened 3 years ago

jcklie commented 3 years ago

Is your feature request related to a problem? Please describe. Things are named like in Java, e.g. domainType, rangeType. Rename them to domain_type, range_type, ...