dkpro / dkpro-cassis

UIMA CAS processing library written in Python
https://pypi.org/project/dkpro-cassis/
Apache License 2.0
85 stars 22 forks source link

Typo in documentation? cas.xml => cas.xmi #251

Closed zesch closed 2 years ago

zesch commented 2 years ago

all the examples in the core documentation say with open('cas.xml', 'rb'). Shouldn't it be 'xmi' instead of 'xml'?

reckart commented 2 years ago

Yes, I think you are right. .xml is usually used for the type system and .xmi for the CAS XMI files.

jcklie commented 2 years ago

Thanks for the report, I fixed it.