From 1db0885429d7449e21e8d27e18d127dc02e5b2a0 Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 25 Apr 2006 15:44:43 +0000 Subject: [PATCH] Commented out one_Det in peacekeeping grammar. --- examples/peacekeeping/PeaceLexCommon.gf | 3 ++- examples/peacekeeping/PeaceLexCommonI.gf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/peacekeeping/PeaceLexCommon.gf b/examples/peacekeeping/PeaceLexCommon.gf index 512d7ad81..75abaebdf 100644 --- a/examples/peacekeeping/PeaceLexCommon.gf +++ b/examples/peacekeeping/PeaceLexCommon.gf @@ -38,7 +38,8 @@ abstract PeaceLexCommon = PeaceCat ** { -- Numerals - one_Det : Det ; +-- Causes too much ambiguity +-- one_Det : Det ; two_Num : Num ; three_Num : Num ; four_Num : Num ; diff --git a/examples/peacekeeping/PeaceLexCommonI.gf b/examples/peacekeeping/PeaceLexCommonI.gf index 2b1cf29a4..b76949cb9 100644 --- a/examples/peacekeeping/PeaceLexCommonI.gf +++ b/examples/peacekeeping/PeaceLexCommonI.gf @@ -37,7 +37,7 @@ incomplete concrete PeaceLexCommonI of PeaceLexCommon = PeaceCatI ** open Lang i when_IAdv = when_IAdv; -- Numerals - one_Det = DetSg one_Quant NoOrd ; +-- one_Det = DetSg one_Quant NoOrd ; two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;