dkpro / dkpro-cassis

UIMA CAS processing library written in Python
https://pypi.org/project/dkpro-cassis/
Apache License 2.0
85 stars 22 forks source link

select does not return instances of all (transitive) subtypes of the type queried for #126

Closed reckart closed 4 years ago

reckart commented 4 years ago

Describe the bug For a type inheritance structure A <- B <- C, cas.select("A") only returns instances of A and B but not of C

To Reproduce I'll provide a PR/unit test

Expected behavior cas.select("A") only returns instances of A and any (transitive) subtypes

Please complete the following information: