proycon / folia

FoLiA: Format for Linguistic Annotation - FoLiA is a rich XML-based annotation format for the representation of language resources (including corpora) with linguistic annotations. A wide variety of linguistic annotations are supported, making FoLiA a useful format for NLP tasks and data interchange. Note that the actual Python library for processing FoLiA is implemented as part of PyNLPl, this contains higher-level tools that use the library as well as the full documentation, validation schemas, and set definitions
http://proycon.github.io/folia/
GNU General Public License v3.0
60 stars 10 forks source link

Document and extend the "external" mechanism #87

Closed proycon closed 3 years ago

proycon commented 3 years ago

The FoLiA <external> is currently a bit of a hidden feature, at it is not properly documented, it's implementation is also too limited in the current specification (we should allow it under a wider scope of structure elements).

This relates to proycon/foliatools#20