mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 01:39:32 -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 {
|
||||
|
||||
@@ -132,7 +132,7 @@ lin
|
||||
Sg => \\_,_ => genderForms "ingen" "inget" ;
|
||||
Pl => \\_,_,_ => "inga"
|
||||
} ;
|
||||
det = DDef Def
|
||||
det = DIndef
|
||||
} ;
|
||||
|
||||
if_then_Conj = {s1 = "om" ; s2 = "så" ; n = singular} ;
|
||||
|
||||
Reference in New Issue
Block a user