mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
gender of Language in ConstructionGer
This commit is contained in:
@@ -78,7 +78,7 @@ lin
|
|||||||
languageNP l = mkNP l ;
|
languageNP l = mkNP l ;
|
||||||
languageCN l = mkCN l ;
|
languageCN l = mkCN l ;
|
||||||
|
|
||||||
oper mkLanguage : Str -> N = \s -> mkN s ; ---- produces Masc
|
oper mkLanguage : Str -> N = \s -> mkN s neuter ; ---- produces Neuter
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
---- lexicon of special names
|
---- lexicon of special names
|
||||||
|
|||||||
Reference in New Issue
Block a user