summaryrefslogtreecommitdiff
path: root/examples/peacekeeping
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-04-25 15:44:43 +0000
committerbringert <bringert@cs.chalmers.se>2006-04-25 15:44:43 +0000
commit1db0885429d7449e21e8d27e18d127dc02e5b2a0 (patch)
tree2a7a94a4c05fb2beb76d936d6a7fece78be6814c /examples/peacekeeping
parent10bf3b1d9fda0cada5fb85c4bb803dfb46714948 (diff)
Commented out one_Det in peacekeeping grammar.
Diffstat (limited to 'examples/peacekeeping')
-rw-r--r--examples/peacekeeping/PeaceLexCommon.gf3
-rw-r--r--examples/peacekeeping/PeaceLexCommonI.gf2
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))))) ;