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

cleaning up the examples/erroneous directory #78

Closed kosloot closed 4 years ago

kosloot commented 4 years ago

Both folialint and foliavalidator accept the following files: (module version issues) erroneous/pos-features-deep-a.2.1.0.folia.xml erroneous/pos-features-constraints-deep-a.folia.2.1.0.xml erroneous/pos-features-constraints-deep-b.folia.2.1.0.xml

I suggest removing these files OR add an issue to fix both folialint and folivalidator to detect the error (and which)

kosloot commented 4 years ago

met die constraints deep files is sowieso iets mis: de extensie is .folia.2.1.0.xml en dat moet .2.1.0.folia.xml zijn!

zie ook de git log:

> git log  examples/erroneous/pos-features-constraints-deep-a.folia.2.1.0.xml
commit 7f5f53c7901145138593f8bf0f702b14daac720a (tag: v2.1.0)
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Tue May 21 23:10:19 2019 +0200

    rename to proper extension

dat slaat de plank dus mis