udapi / udapi-python

Python framework for processing Universal Dependencies data
GNU General Public License v3.0
57 stars 31 forks source link

GUM format support #96

Closed martinpopel closed 2 years ago

martinpopel commented 2 years ago

Udapi now supports the bracketing "GUM-style" format of coreference annotations by default. The CorefUD 0.1 (and 0.2) style format, is supported using a specialized reader (read.OldCorefUD) and writer (write.OldCorefUD).

The API has been changed just slightly (more more changes and renamings are planned):