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

Empty string arrays are not supported #258

Closed reckart closed 2 years ago

reckart commented 2 years ago

Describe the bug The UIMA Java SDK renders empty string arrays as an empty XML attribute. This is something cassis can currently neither parse nor generate.

    <noNamespace:StringArrayHolder xmi:id="25" stringArray=""/>

Expected behavior Should work.

Please complete the following information: