LanguageMachines / libfolia

FoLiA library for C++
https://proycon.github.io/folia
GNU General Public License v3.0
15 stars 7 forks source link

Implement stricter declarations but retain backward compatibility. #29

Closed proycon closed 5 years ago

proycon commented 5 years ago

FoLiA v2.0 requires everything that has an annotationtype to be declared, which makes things simpler. However, since we need to retain backward compatibility we also need to keep supporting the pre-v2 situation.. See the closing post in https://github.com/proycon/folia/issues/54 for a summary.

The Python library actually does a of declarations implicitly (I have a Document.autodeclare that now defaults to True, but I don't think the C++ version necessarily requires such extra convenience function)

kosloot commented 5 years ago

In libfolia now