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/bronzeage/BronzeageEng.gf | 2 +- examples/bronzeage/SwadeshEng.gf | 1 - examples/tutorial/resource-foods/FoodsEng.gf | 10 +++++----- examples/tutorial/resource-foods/FoodsI.gf | 12 ++++++------ examples/tutorial/resource-foods/FoodsIta.gf | 2 +- 5 files changed, 13 insertions(+), 14 deletions(-) (limited to 'examples') diff --git a/examples/bronzeage/BronzeageEng.gf b/examples/bronzeage/BronzeageEng.gf index 162a41705..7cb878ea1 100644 --- a/examples/bronzeage/BronzeageEng.gf +++ b/examples/bronzeage/BronzeageEng.gf @@ -1,4 +1,4 @@ ---# -path=.:present +--# -path=.:minimal:present concrete BronzeageEng of Bronzeage = SwadeshEng ** BronzeageI with (Syntax = SyntaxEng) ** open ResEng in { diff --git a/examples/bronzeage/SwadeshEng.gf b/examples/bronzeage/SwadeshEng.gf index a3db1bc9a..7ebab9596 100644 --- a/examples/bronzeage/SwadeshEng.gf +++ b/examples/bronzeage/SwadeshEng.gf @@ -2,6 +2,5 @@ concrete SwadeshEng of Swadesh = SwadeshI with (Syntax = SyntaxEng), - (L = LexiconEng), (Lexicon = LexiconEng) ; 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") ; diff --git a/examples/tutorial/resource-foods/FoodsI.gf b/examples/tutorial/resource-foods/FoodsI.gf index e19e3c6a4..0f0c7a5c3 100644 --- a/examples/tutorial/resource-foods/FoodsI.gf +++ b/examples/tutorial/resource-foods/FoodsI.gf @@ -2,16 +2,16 @@ incomplete concrete FoodsI of Foods = open Syntax, LexFoods in { lincat - Phrase = Cl ; + Phrase = Utt ; Item = NP ; Kind = CN ; 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 ; + Is item quality = mkUtt (mkCl item quality) ; + 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 ; Very quality = mkAP very_AdA quality ; diff --git a/examples/tutorial/resource-foods/FoodsIta.gf b/examples/tutorial/resource-foods/FoodsIta.gf index 7158d77f9..9189a1761 100644 --- a/examples/tutorial/resource-foods/FoodsIta.gf +++ b/examples/tutorial/resource-foods/FoodsIta.gf @@ -1,4 +1,4 @@ ---# -path=.:../foods:present:prelude +--# -path=.:../foods:minimal:present:prelude concrete FoodsIta of Foods = FoodsI with (Syntax = SyntaxIta), -- cgit v1.2.3