LanguageMachines / libfolia

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

Occurrence behaviour is not defined correctly? #18

Closed proycon closed 7 years ago

proycon commented 7 years ago

After adding a second lemma, in a different set, I get:

terminate called after throwing an instance of 'folia::DuplicateAnnotationError' what(): Unable to add another object of type lemma to w. There are already 1 instances of this class, which is the maximum.

There seems something wrong here. Investigating..

proycon commented 7 years ago

(forget about this one for now, this may be a non-issue, will close when confirmed)