Latvian: miscellaneous

This commit is contained in:
normundsg
2013-04-22 13:51:48 +00:00
parent 5aee2c4473
commit 591c487d2c
9 changed files with 92 additions and 57 deletions

View File

@@ -18,6 +18,9 @@ oper
singular : Number = Sg ;
plural : Number = Pl ;
masculine : Gender = Masc ;
feminine : Gender = Fem ;
second_conjugation : VerbConj = C2 ;
third_conjugation : VerbConj = C3 ;
@@ -27,6 +30,9 @@ oper
accusative : Case = Acc ;
locative : Case = Loc ;
active_voice : PartType = IsUsi ;
passive_voice : PartType = TsTa ;
mkN = overload {
mkN : (lemma : Str) -> N = \l -> lin N (mkNoun l) ;