moved lexical parts of Construction to Names, and added Language names there ; implemented for the six old Construction languages

This commit is contained in:
aarne
2014-06-17 19:12:18 +00:00
parent 84a26357e2
commit 613594d732
14 changed files with 496 additions and 132 deletions

View File

@@ -53,14 +53,6 @@ oper
noPrep : Prep = mkPrep [] ;
lin
monday_Weekday = mkN "lundi" ;
tuesday_Weekday = mkN "mardi" ;
wednesday_Weekday = mkN "mercredi" ;
thursday_Weekday = mkN "jeudi" ;
friday_Weekday = mkN "vendredi" ;
saturday_Weekday = mkN "samedi" ;
sunday_Weekday = mkN "dimanche" masculine ;
weekdayPunctualAdv w = lin Adv {s = w.s ! C.Sg} ; -- lundi
weekdayHabitualAdv w = SyntaxFre.mkAdv noPrep (mkNP the_Det w) ; -- le lundi
weekdayLastAdv w = SyntaxFre.mkAdv noPrep (mkNP the_Det (mkCN (mkA "dernier") w)) ; -- le lundi dernier
@@ -75,17 +67,10 @@ lin
intYear = symb ;
intMonthday = symb ;
january_Month = mkN "janvier" ;
february_Month = mkN "février" ;
march_Month = mkN "mars" ;
april_Month = mkN "avril" ;
may_Month = mkN "mai" ;
june_Month = mkN "juin" ;
july_Month = mkN "juillet" ;
august_Month = mkN "août" ;
september_Month = mkN "septembre" ;
october_Month = mkN "octobre" ;
november_Month = mkN "novembre" ;
december_Month = mkN "décembre" ;
lincat Language = PN ;
lin InLanguage l = SyntaxFre.mkAdv (mkPrep "en") (mkNP l) ;
}