Latvian: some fixes / additions to the structural words, lexicon, and passive voice

This commit is contained in:
Normunds Gruzitis
2012-10-14 14:09:15 +00:00
parent 5af6af0dd8
commit 1db0efc7a4
5 changed files with 49 additions and 42 deletions

View File

@@ -32,23 +32,13 @@ lin
} ;
IdRP = {
s = table {
Masc => table {
Nom => "kurš" ;
Gen => "kura" ;
Dat => "kuram" ;
Acc => "kuru" ;
Loc => "kurā" ;
ResLav.Voc => NON_EXISTENT
} ;
Fem => table {
Nom => "kura" ;
Gen => "kuras" ;
Dat => "kurai" ;
Acc => "kuru" ;
Loc => "kurā" ;
ResLav.Voc => NON_EXISTENT
}
s = \\_ => table {
Nom => "kas" ;
Gen => "kā" ;
Dat => "kam" ;
Acc => "ko" ;
Loc => "kur" ;
ResLav.Voc => NON_EXISTENT
}
} ;