Latvian: fixed some adjective paradigms, changed the default word order in ComplN2

The issues were unveiled while testing AttemptoLav in a more realistic domain
This commit is contained in:
Normunds Gruzitis
2012-10-23 00:12:36 +00:00
parent c70c01745b
commit 6fb15ecc2f
2 changed files with 29 additions and 28 deletions

View File

@@ -48,7 +48,7 @@ oper
} ;
mkN2 = overload {
mkN2 : N -> ResLav.Prep -> N2 = \n,p -> lin N2 n ** { p = p ; isPre = False } ;
mkN2 : N -> ResLav.Prep -> N2 = \n,p -> lin N2 n ** { p = p ; isPre = True } ;
mkN2 : N -> ResLav.Prep -> Bool -> N2 = \n,p,isPre -> lin N2 n ** { p = p ; isPre = isPre } ;
} ;