UniversalDependencies / tools

Various utilities for processing the data.
GNU General Public License v2.0
203 stars 43 forks source link

validate.py online reports non-existing upos-feat combinations as not permitted #79

Closed olesar closed 3 years ago

olesar commented 3 years ago

In UD_Russian-Taiga, I see 65 validation errors, neither of which is present in the data

online

./validate.sh --lang ru --max-err 0 UD_Russian-Taiga/ru_taiga-ud-dev.conllu [Line 15 Sent instagram-2]: [L4 Morpho feature-value-upos-not-permitted] Value Imp of feature Aspect is not permitted with UPOS NOUN in language [ru].

offline

$ cat /UD_Russian-Taiga/-dev.conllu | grep 'NOUN.Aspect' -c 0 and freshly-updated validation.py on my side reports PASSED

@dan-zeman, could you look at this case?

dan-zeman commented 3 years ago

Something went wrong with the automatic update-and-revalidate process of this corpus. I have reset it at the server, hoping that it will work again as before. The corpus is valid now.