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).
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_fs
which wascas._find_all_fs(seeds)
but should becas._find_all_fs(seeds=seeds)
.Please complete the following information: