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

Floating point special values not serialized as expected #219

Closed reckart closed 2 years ago

reckart commented 2 years ago

Describe the bug Floating point special values such as not-a-number are serialized in the way Python uses them (i.e. nan) and Java doesn't like these - it expects NaN.

To Reproduce

Expected behavior The files should be interoperable between the UIMA Java SDK and DKPro Cassis.

Please complete the following information: