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

Serializing an FSArray without any elements breaks #211

Closed reckart closed 2 years ago

reckart commented 2 years ago

Describe the bug Serializing an FSArray without any elements produces an XML attribute like xxx="None". Might be limited to the JSON branch - need to check.

Expected behavior If an array is empty serialize a xxx="" case. If the arrays does not even exist, omit the attribute.

Please complete the following information: