From 2bbc7418eb18f1cde6ad43142e64ef35dc8c05c5 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 9 Mar 2005 20:13:24 +0000 Subject: Added this, that, conjunctions and giving to stoneage grammars. --- examples/stoneage/StoneageResSwe.gf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/stoneage/StoneageResSwe.gf') diff --git a/examples/stoneage/StoneageResSwe.gf b/examples/stoneage/StoneageResSwe.gf index 75952c438..6eb9d1afe 100644 --- a/examples/stoneage/StoneageResSwe.gf +++ b/examples/stoneage/StoneageResSwe.gf @@ -3,6 +3,7 @@ resource StoneageResSwe = open ResourceSwe, SyntaxSwe, ParadigmsSwe in { oper PresV : V -> NP -> Phr = \v,s -> PresCl (SPredV s v) ; PresV2 : V2 -> NP -> NP -> Phr = \v,s,o -> PresCl (SPredV2 s v o) ; + PresV3 : V3 -> NP -> NP -> NP -> Phr = \v,s,o,r -> PresCl (SPredV3 s v o r) ; PresVasV2 : V -> NP -> NP -> Phr = \ v -> PresV2 (dirV2 v) ; PresCl : Cl -> Phr = -- cgit v1.2.3