mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
fixes in Swedish
This commit is contained in:
@@ -357,9 +357,12 @@ oper
|
||||
mkN : (museum,museet,museer,museerna : Str) -> N = mk4N ;
|
||||
mkN : (museum,museet,museer,museerna : Str) -> Gender -> N = mk5N ;
|
||||
mkN : (regering, makt : N) -> N = \a,b -> lin N {
|
||||
s = \\n,d,c => b.s ! n ! d ! c ;
|
||||
s = \\n,d,c => a.co + b.s ! n ! d ! c ;
|
||||
g = b.g ;
|
||||
co = ""
|
||||
co = case b.co of {
|
||||
_ + "s" => a.co + b.co ;
|
||||
co => a.co + co + "s"
|
||||
}
|
||||
} ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user