summaryrefslogtreecommitdiff
path: root/examples/stoneage/StoneageEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stoneage/StoneageEng.gf')
-rw-r--r--examples/stoneage/StoneageEng.gf11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/stoneage/StoneageEng.gf b/examples/stoneage/StoneageEng.gf
index 13a85f252..d9a95fa22 100644
--- a/examples/stoneage/StoneageEng.gf
+++ b/examples/stoneage/StoneageEng.gf
@@ -80,6 +80,17 @@ lin
Few = DetNP few_Det ;
Other = DetNP other_Det ;
+ -- Pronouns
+
+ I = i_NP ;
+ You_One = thou_NP ;
+ He = he_NP ;
+ We = we_NP ;
+ You_Many = you_NP ;
+ They = they_NP ;
+
+ -- Nouns
+
Woman = UseN woman_N ;
Man = UseN man_N ;
Person = UseN person_N ;