Add containers to Construction*.gf + missing saturday_Weekday in the abstract

This commit is contained in:
inari
2014-03-26 16:06:30 +00:00
parent ccfd229fe6
commit 4f4905b353
6 changed files with 28 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
concrete ConstructionGer of Construction = CatGer **
open SyntaxGer, SymbolicGer, ParadigmsGer,
(L = LexiconGer), (E = ExtraGer), (G = GrammarGer), (I = IrregGer), (R = ResGer), Prelude in {
(L = LexiconGer), (E = ExtraGer), (G = GrammarGer), (I = IrregGer), (R = ResGer), (N = NounGer), Prelude in {
lin
@@ -27,7 +27,9 @@ lin
n_units_AP card cn a = mkAP (lin AdA (mkUtt (mkNP <lin Card card : Card> (lin CN cn)))) (lin A a) ;
bottle_of_CN np = N.ApposCN (mkCN (mkN "Flasche")) (lin NP np) ;
cup_of_CN np = N.ApposCN (mkCN (mkN "Tasse")) (lin NP np) ;
glass_of_CN np = N.ApposCN (mkCN (mkN "Glas")) (lin NP np) ;
lincat
Weekday = N ;