mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 23:52:51 -06:00
Constructions: languageNP and languageCN ; languagePN removed. Requires the change of lincat from PN to N. Done for 10 languages, not yet Bul and Hin. Enables "my English is bad", "this is bad English"
This commit is contained in:
@@ -64,7 +64,7 @@ lin
|
||||
intYear = symb ;
|
||||
intMonthday = symb ;
|
||||
|
||||
lincat Language = PN ;
|
||||
lincat Language = N ;
|
||||
|
||||
lin InLanguage l = SyntaxGer.mkAdv on_Prep (mkNP l) ;
|
||||
|
||||
@@ -75,9 +75,10 @@ lin
|
||||
weekdayPN w = mkPN w ;
|
||||
monthPN m = mkPN m ;
|
||||
|
||||
languagePN l = l ;
|
||||
languageNP l = mkNP l ;
|
||||
languageCN l = mkCN l ;
|
||||
|
||||
oper mkLanguage : Str -> PN = \s -> mkPN s ;
|
||||
oper mkLanguage : Str -> N = \s -> mkN s ; ---- produces Masc
|
||||
|
||||
----------------------------------------------
|
||||
---- lexicon of special names
|
||||
|
||||
Reference in New Issue
Block a user