From 50f8db750a073e0db7fa6b70c1c2c623030d7ae4 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 9 Mar 2009 16:53:40 +0000 Subject: tested "minimal" resource to compile Foods and Bronzeage --- examples/tutorial/resource-foods/FoodsEng.gf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/tutorial/resource-foods/FoodsEng.gf') diff --git a/examples/tutorial/resource-foods/FoodsEng.gf b/examples/tutorial/resource-foods/FoodsEng.gf index 90ae07f01..5c2158ce2 100644 --- a/examples/tutorial/resource-foods/FoodsEng.gf +++ b/examples/tutorial/resource-foods/FoodsEng.gf @@ -1,4 +1,4 @@ ---# -path=.:../foods:present:prelude +--# -path=.:../foods:minimal:present concrete FoodsEng of Foods = open SyntaxEng,ParadigmsEng in { lincat @@ -8,10 +8,10 @@ concrete FoodsEng of Foods = open SyntaxEng,ParadigmsEng in { Quality = AP ; lin Is item quality = mkCl item quality ; - This kind = mkNP this_QuantSg kind ; - That kind = mkNP that_QuantSg kind ; - These kind = mkNP these_QuantPl kind ; - Those kind = mkNP those_QuantPl kind ; + This kind = mkNP this_Quant kind ; + That kind = mkNP that_Quant kind ; + These kind = mkNP this_Quant plNum kind ; + Those kind = mkNP that_Quant plNum kind ; QKind quality kind = mkCN quality kind ; Wine = mkCN (mkN "wine") ; Pizza = mkCN (mkN "pizza") ; -- cgit v1.2.3