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

separate prepositions into lemmas by case #27

Closed reynoldsnlp closed 3 years ago

reynoldsnlp commented 4 years ago

For example, с can govern INST, GEN and ACC. Each of these should be a different lemma, e.g. с¹, с², с³.

reynoldsnlp commented 4 years ago

It would be helpful to language learners/teachers to be able to search for instances of a preposition that govern a certain case.

The superscript numerals are kind of a pain, and they are kind of opaque. Perhaps this should be с+Pr+Acc, с+Pr+Gen, and с+Pr+Ins. This stretches the meaning of the case tags, where in this case it means that the preposition governs that case, rather than that it is in that case.

reynoldsnlp commented 3 years ago

Moved to https://github.com/giellalt/lang-rus/issues/5