mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-22 17:56:14 -06:00
corrections in Attempto grammars
This commit is contained in:
@@ -331,8 +331,9 @@ oper
|
||||
} ;
|
||||
|
||||
regGenN : Str -> Gender -> N = \bil, g -> case g of {
|
||||
Utr => case last bil of {
|
||||
"a" => decl1Noun bil ;
|
||||
Utr => case bil of {
|
||||
_ + "are" => decl5Noun bil ;
|
||||
_ + "a" => decl1Noun bil ;
|
||||
_ => decl2Noun bil
|
||||
} ;
|
||||
Neutr => case last bil of {
|
||||
|
||||
Reference in New Issue
Block a user