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

Allow visual comparison between two CASes #194

Closed reckart closed 2 years ago

reckart commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes (in particular during testing and debugging), it is useful to generate a diff-able textual representation of a CAS which allows to actually see differences between e.g. an expected and an actual CAS.

Describe the solution you'd like The UIMA Java SDK includes a CasToComparableText class - something similar for cassis would be good.