diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-25 15:44:43 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-25 15:44:43 +0000 |
| commit | 1db0885429d7449e21e8d27e18d127dc02e5b2a0 (patch) | |
| tree | 2a7a94a4c05fb2beb76d936d6a7fece78be6814c /examples/peacekeeping/PeaceLexCommonI.gf | |
| parent | 10bf3b1d9fda0cada5fb85c4bb803dfb46714948 (diff) | |
Commented out one_Det in peacekeeping grammar.
Diffstat (limited to 'examples/peacekeeping/PeaceLexCommonI.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceLexCommonI.gf | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) ; |
