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

cas_to_comparable_text breaks saying that FSes do not have an ID #231

Closed reckart closed 2 years ago

reckart commented 2 years ago

Describe the bug The cas_to_comparable_text may break with a message that a features structure has no XMI ID and that auto-generating them is disabled.

The problem is a typo in a call to cas._find_all_fswhich was cas._find_all_fs(seeds) but should be cas._find_all_fs(seeds=seeds).

Please complete the following information: