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

Merging type systems breaks consistency #270

Closed reckart closed 1 year ago

reckart commented 1 year ago

Describe the bug If you merge two type systems A and B, that creates a new type system C, but the ranges, domains and element types of the types in C will still refer to types from A or B.

Expected behavior C should be self consistent and only refer to types from C.

Please complete the following information: