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:
aarne
2014-11-20 22:10:24 +00:00
parent 5b785bfebd
commit ef59dee4d5
12 changed files with 46 additions and 32 deletions

View File

@@ -70,7 +70,7 @@ lin
intMonthday = symb ;
lincat Language = PN ;
lincat Language = N ;
lin InLanguage l = SyntaxIta.mkAdv (mkPrep "in") (mkNP l) ;
@@ -80,9 +80,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 ;
----------------------------------------------
---- lexicon of special names