mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
Latvian: some fixes / additions to the structural words, lexicon, and passive voice
This commit is contained in:
@@ -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
|
||||
}
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user