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

Ability to exclude types from cas_to_comparable_text #215

Closed reckart closed 2 years ago

reckart commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes I want to compare two CASes to each other, but I want to exclude certain types from the comparison.

Describe the solution you'd like Add an exclude_types parameter to cas_to_comparable_text. For a first throw, considering type inheritance is not necessary. Maybe add that later.