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

How to i create a cas file after adding annotations? #123

Closed pidugusundeep closed 4 years ago

pidugusundeep commented 4 years ago

I added annotations to the cas(.xmi) file and I would like to know how can i write the updated annotations to a .xmi file back?

pidugusundeep commented 4 years ago

cas.to_xmi(path)

This worked.