forked from GitHub/gf-core
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
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user