LanguageMachines/libfolia

Implement group annotations

proycon opened this issue · 1 comments

Group annotations provide the ability to add inline annotations on multi-word spans (group annotations) and solved related multi-word issues. These were previously reserved only for use with structural elements. See proycon/folia#51

AbstractInlineAnnotation is now in AbstractSpanAnnotation.ACCEPTED_DATA to allow this, but the library has to check if the declaration actually allows it.

FoLiA 2.0 is released