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

cassis won't find tokens when doing `cas.select(...TOP)` #299

Closed reckart closed 8 months ago

reckart commented 8 months ago

Describe the bug cassis won't find tokens when doing cas.select(...TOP)

To Reproduce Steps to reproduce the behavior:

  1. Create a CAS and add some annotations to it
  2. Use cas.select(TYPE_NAME_TOP)
  3. Returns nothing

Expected behavior Asking for TOP should return any annotations present in the CAS.

Please complete the following information: