summaryrefslogtreecommitdiff
path: root/examples/stoneage/Stoneage.gf
diff options
context:
space:
mode:
authorbringert <unknown>2005-03-08 17:21:50 +0000
committerbringert <unknown>2005-03-08 17:21:50 +0000
commit92012958ac98824bf314cbea62ec879d1e1138e9 (patch)
treecfefd1e7070e6e7b987d3372912a4441da8e8e3c /examples/stoneage/Stoneage.gf
parent73b0f9dbabde5363e7386e2efcc30d6248f5ff19 (diff)
Added The_Many to stoneage grammar
Diffstat (limited to 'examples/stoneage/Stoneage.gf')
-rw-r--r--examples/stoneage/Stoneage.gf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/stoneage/Stoneage.gf b/examples/stoneage/Stoneage.gf
index df1f85c79..f4ba733d2 100644
--- a/examples/stoneage/Stoneage.gf
+++ b/examples/stoneage/Stoneage.gf
@@ -74,7 +74,8 @@ fun
-- Determiners
- The : CN -> NP ;
+ The_One : CN -> NP ;
+ The_Many : CN -> NP ;
A : CN -> NP ;
-- This : CN -> NP ;
-- That : CN -> NP ;