apertium / apertium-tat

Apertium linguistic data for Tatar
GNU General Public License v3.0
4 stars 3 forks source link

"бульдог" is not analyzed in the form "бульдогка" #21

Closed mansayk closed 5 years ago

mansayk commented 5 years ago
echo "бульдогка" | apertium-destxt -n | lt-proc -z -w 'apertium-tat/tat.automorf.bin' | cg-proc -z 'apertium-tat/tat.rlx.bin' | cg-proc -z -w -1 'apertium-tat/dev/mansur.bin' | apertium-retxt
^бульдогка/*бульдогка$

root@apertium:~# echo "бульдог" | apertium-destxt -n | lt-proc -z -w 'apertium-tat/tat.automorf.bin' | cg-proc -z 'apertium-tat/tat.rlx.bin' | cg-proc -z -w -1 'apertium-tat/dev/mansur.bin' | apertium-retxt
^бульдог/бульдог<n><sg><nom>$
jonorthwash commented 5 years ago

@mansayk, is the currently generated form ever attested?

$ echo "^бульдог<n><dat>$" | apertium -f none -d . tat-gener
бульдогга
jonorthwash commented 5 years ago

Also, could you confirm the correct form(s) of each of the words below? This is what we currently get for them:

$ echo "^багаж<n><dat>$" | apertium -f none -d . tat-gener
багажга
$ echo "^клуб<n><dat>$" | apertium -f none -d . tat-gener
клубга
$ echo "^гид<n><dat>$" | apertium -f none -d . tat-gener
гидгә
$ echo "^мотив<n><dat>$" | apertium -f none -d . tat-gener
мотивгә
$ echo "^гипофиз<n><dat>$" | apertium -f none -d . tat-gener
гипофизгә
mansayk commented 5 years ago

Hi! "бульдогга" is not correct, should be "бульдогка" багажга - correct клубга - not correct, should be "клубка" гидгә - not correct, should be "гидка" мотивгә - not correct, should be "мотивка" гипофизгә - not correct, should be "гипофизга"