summaryrefslogtreecommitdiff
path: root/examples/stoneage/StoneageEng.gf
diff options
context:
space:
mode:
authorbringert <unknown>2005-03-10 13:29:47 +0000
committerbringert <unknown>2005-03-10 13:29:47 +0000
commite8d082fb82f7912bc51ea8e2b3d9430e24388f3b (patch)
treee85d4818da9faa318b4706c8d3cb65097e3b6296 /examples/stoneage/StoneageEng.gf
parent03b2d09e798ab8d200b788f5c97833098851ad98 (diff)
Disabled stoneage conjunction. Added optimize=share to stoneage grammars.
Diffstat (limited to 'examples/stoneage/StoneageEng.gf')
-rw-r--r--examples/stoneage/StoneageEng.gf6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/stoneage/StoneageEng.gf b/examples/stoneage/StoneageEng.gf
index 18d28dce3..225eb096a 100644
--- a/examples/stoneage/StoneageEng.gf
+++ b/examples/stoneage/StoneageEng.gf
@@ -4,7 +4,7 @@ concrete StoneageEng of Stoneage
StoneageResEng in {
flags
- startcat=S;
+ startcat=S; optimize=share;
lincat
S = Phr ;
@@ -16,11 +16,11 @@ lin
-- Sentence conjunction
- AndS s1 s2 = { s = s1.s ++ and_Conj.s ++ s2.s } ** { lock_Phr = <> } ;
+-- AndS s1 s2 = { s = s1.s ++ and_Conj.s ++ s2.s } ** { lock_Phr = <> } ;
-- NP conjunction
- AndNP n1 n2 = ConjNP and_Conj (TwoNP n1 n2);
+-- AndNP n1 n2 = ConjNP and_Conj (TwoNP n1 n2);
Drink = PresV2 (dirV2 drink_V) ;