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.get_types() does not return all types #198

Closed reckart closed 2 years ago

reckart commented 2 years ago

Describe the bug Cas.get_types() does not return all types. Specifically, it filters out built-in types.

Expected behavior It should to what it's documentation says, namely return all the types.