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

Is a Sentence in a Quote authoriative? #82

Closed kosloot closed 4 years ago

kosloot commented 4 years ago

in older folia versions, there was code tot set the Sentence to non-authoriative when connected to a Quote.

It seems that more recent FoLiA doesn't have this anymore, but libfolia stil has this.

Should I remove this restriction?

proycon commented 4 years ago

Yes, you can remove that. I don't think we use non-authoritativeness in that way anymore (became too complex).

kosloot commented 4 years ago

ok, thanx