dkpro / dkpro-cassis

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

Support different char offset strategies in JSON #240

Open reckart opened 2 years ago

reckart commented 2 years ago

Is your feature request related to a problem? Please describe. The UIMA JSON CAS spec says that there can be different char offset strategies, but currently only Java -> Python (import) and Python -> Java (export) is supported.

Describe the solution you'd like Support the other strategies as well and write the strategy into the JSON file.