apertium / apertium-kaz

Apertium linguistic data for Kazakh
https://apertium.github.io/apertium-kaz/
GNU General Public License v3.0
17 stars 9 forks source link

[puupankki.conllu] солай олай қалай #25

Closed IlnarSelimcan closed 3 years ago

IlnarSelimcan commented 3 years ago

(1) 5 солай сол PRON prn PronType=Dem 8 advmod _ _ (2) 2 солай солай ADV adv _ 5 ccomp _ _ (3) 3 олай ол PRON prn PronType=Dem 5 advmod _ _

A relevant snippet's from validate.py's output:

[Line 1935 Sent akorda-random.tagged.txt:164:2942 Node 5]: [L3 Syntax rel-upos-advmod] 'advmod' should be 'ADV' but it is 'PRON'

Therefore https://github.com/apertium/apertium-kaz/pull/17 will change UPOS to ADV, but keep XPOS = prn and also keep the PronType=Dem to keep puupankki apertium compatible. kaz.udx file will be adjusted accordingly so that {ол|сол<prn>} get converted into ADV prn PronType=Dem.

This is issue is here for people who won't see the validation errors I'm going through and who's likely to ask me later "why did you change this". (rant)