clarin-eric / ParlaMint

ParlaMint: Comparable Parliamentary Corpora
https://clarin-eric.github.io/ParlaMint/
41 stars 52 forks source link

HU: affiliation "to" less than "from" #741

Closed TomazErjavec closed 1 year ago

TomazErjavec commented 1 year ago

As noticed in https://github.com/clarin-eric/ParlaMint/issues/715, HU has cases where the value of the to attribute has a date that comes before the value of from:

ERROR : attribute to=2014-05-25 is before from=2014-06-06
ERROR : attribute to=2014-06-01 is before from=2014-06-06
ERROR : attribute to=2014-06-02 is before from=2014-06-06
ERROR : attribute to=2018-05-11 is before from=2018-05-18

You can find them these errors in ParlaMint-HU-listPerson.xml by searching for:

from="2014-06-06" to="2014-05-25"
from="2014-06-06" to="2014-06-01"
from="2014-06-06" to="2014-06-02"
from="2018-05-18" to="2018-05-11"

Note that some of them appear more than once. It would be great if you could fix these and re-send the listPerson. However, it needs to be done soon, so we can wrap up the corpora.

TomazErjavec commented 1 year ago

Fixed, closing.