Commit Graph

14 Commits

Author SHA1 Message Date
bjorn
380392d882 russian: new noun paradigms, including smart paradigm. Some things are still unhandled, notably vowel changes, -a plurals -u prepositions. I have changed the lexicon to use the new ones even though they are not finished, since it was in a pretty sorry state to begin with. 2008-06-24 18:44:41 +00:00
aarne
c03c228b8b langs option to Make.hs ; utf8 exception in linearization from the coding flag in grammar 2008-06-24 08:35:02 +00:00
bjorn
24ba2a7540 Russian: some refactoring of verb conjugation. 2008-06-23 20:01:47 +00:00
bjorn
48c65800f4 Remove prepos2Pl argument to mkN. It is always identical to preposPl. 2008-06-23 18:37:50 +00:00
bjorn
e9a2355a6e Russian: remove a big chunk of ParadigmsEng which was pasted into ParadigmsRus and commented out. 2008-06-23 18:32:51 +00:00
bjorn
e7e50f44aa russian: implement pronMu and pronVu in terms of a common operation 2008-06-23 18:28:05 +00:00
bjorn
f27dfd8ac4 russian: removed preposition o from some prepositional cases. don't understand why it was there. 2008-06-23 18:27:37 +00:00
bjorn
e067326a76 russian: use pronOn to implement pronOno. 2008-06-23 18:06:23 +00:00
bjorn
365b16c7e3 russian: reimplement pronYa and pronTu in terms of a common operation. 2008-06-23 18:01:27 +00:00
bjorn
0496872bff russin: implement -to pronouns in terms of the base ones. 2008-06-23 17:30:23 +00:00
bjorn
c04cf72bfb Russian: get rid of the Prepos2 case. Added an argument to Prepos instead to handle -y endings with the v and na prepositions. This saves us a few hundred lines of code. It's a bit pointless since the whole thing needs to be rewriten, but at least I'm getting familiar with the code. 2008-06-23 17:15:14 +00:00
bjorn
b09e0f5ee0 Collapse some unnecessairly expanded cases in the russian morphology. 2008-06-23 13:27:51 +00:00
aarne
416d3644df some more 1.4 functions in russian 2008-06-17 06:55:02 +00:00
aarne
e708f39c46 Russian in 1.4 - compiles but is incomplete 2008-06-16 21:05:31 +00:00