mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
added noun compound form to Swe; commented out Constructions and Documentation in Lang concretes, because their presence makes it impossible to bootstrap the compilation of the library, causing new makes of the library to fail (to be fixed)
This commit is contained in:
@@ -142,6 +142,7 @@ incomplete concrete NounScand of Noun =
|
||||
s = f.s ;
|
||||
g = f.g ;
|
||||
c2 = f.c2 ;
|
||||
co = f.co ;
|
||||
isMod = False
|
||||
} ;
|
||||
|
||||
@@ -149,6 +150,7 @@ incomplete concrete NounScand of Noun =
|
||||
s = f.s ;
|
||||
g = f.g ;
|
||||
c2 = f.c3 ;
|
||||
co = f.co ;
|
||||
isMod = False
|
||||
} ;
|
||||
|
||||
@@ -163,6 +165,7 @@ incomplete concrete NounScand of Noun =
|
||||
s = \\n,d,c => f.s ! n ! d ! Nom ++ f.c2.s ++ x.s ! accusative ;
|
||||
g = f.g ;
|
||||
c2 = f.c3 ;
|
||||
co = f.co ;
|
||||
isMod = False
|
||||
} ;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in {
|
||||
p = P3
|
||||
} ;
|
||||
|
||||
Noun = {s : Number => Species => Case => Str ; g : NGender} ;
|
||||
Noun = {s : Number => Species => Case => Str ; g : NGender ; co : Str} ; -- co = compounding form
|
||||
|
||||
-- needed for VP conjunction
|
||||
param
|
||||
|
||||
Reference in New Issue
Block a user