summaryrefslogtreecommitdiff
path: root/examples/stoneage/Stoneage.gf
diff options
context:
space:
mode:
authorbringert <unknown>2005-02-25 14:13:13 +0000
committerbringert <unknown>2005-02-25 14:13:13 +0000
commit370125adc9de3379a3d1f08026ca87dcaf086e16 (patch)
treecb6272bdf3abaf3c6ea78057cd5e9374a1a2bdbb /examples/stoneage/Stoneage.gf
parented4fd3555596207b886d2af2f322d46ba8eabe9f (diff)
Added pronouns to stoneage grammar.
Diffstat (limited to 'examples/stoneage/Stoneage.gf')
-rw-r--r--examples/stoneage/Stoneage.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/stoneage/Stoneage.gf b/examples/stoneage/Stoneage.gf
index a51d4af46..9b1358852 100644
--- a/examples/stoneage/Stoneage.gf
+++ b/examples/stoneage/Stoneage.gf
@@ -78,6 +78,15 @@ fun
Few : CN -> NP ;
Other : CN -> NP ;
+ -- Pronouns
+
+ I : NP ;
+ You_One : NP ;
+ He : NP ;
+ We : NP ;
+ You_Many : NP ;
+ They : NP ;
+
-- People
Woman : CN ;
Man : CN ;