reynoldsnlp / udar

UDAR Does Accented Russian: A finite-state morphological analyzer of Russian that handles stressed wordforms.
GNU General Public License v3.0
26 stars 1 forks source link

for the generator +AnIn should accept +Inan or +Anim #16

Closed reynoldsnlp closed 5 years ago

reynoldsnlp commented 5 years ago

Generating a form that has +AnIn should work if you give it +Inan or +Anim.

Current behavior:

$ echo который+Pron+Rel+Neu+Inan+Sg+Acc | hdrus
который+Pron+Rel+Neu+Inan+Sg+Acc    который+Pron+Rel+Neu+Inan+Sg+Acc+?  inf
$ echo который+Pron+Rel+Neu+AnIn+Sg+Acc | hdrus
который+Pron+Rel+Neu+AnIn+Sg+Acc    которое 6.521484

Desired behavior:

$ echo который+Pron+Rel+Neu+Inan+Sg+Acc | hdrus
который+Pron+Rel+Neu+Inan+Sg+Acc    которое 6.521484
reynoldsnlp commented 5 years ago

This is fixed in the giellatekno repo, just need to push the compiled transducers here.

reynoldsnlp commented 5 years ago

Fixed in 0fd19669f73c311e94990dfaaf60268b6dd49e2e