From 0caa34b163a48863327920bc0776fe3fa30a0845 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 2 Mar 2005 13:48:06 +0000 Subject: Added not yet working swedish stoneage stuff. --- examples/stoneage/StoneageResSwe.gf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/stoneage/StoneageResSwe.gf (limited to 'examples/stoneage/StoneageResSwe.gf') diff --git a/examples/stoneage/StoneageResSwe.gf b/examples/stoneage/StoneageResSwe.gf new file mode 100644 index 000000000..8d303d875 --- /dev/null +++ b/examples/stoneage/StoneageResSwe.gf @@ -0,0 +1,13 @@ +resource StoneageResSwe = open ResourceSwe, ParadigmsSwe in { + +oper + PresV : V -> NP -> S = \v,s -> PresCl (SPredV s v) ; + PresV2 : V2 -> NP -> NP -> S = \v,s,o -> PresCl (SPredV2 s v o) ; + PresVasV2 : V -> NP -> NP -> S = \ v -> PresV2 (dirV2 v) ; + + PresCl : Cl -> S = UseCl (PosTP TPresent ASimul) ; + + ModPosA : ADeg -> CN -> CN = \a -> ModAP (PositADeg a) ; + ModA : A -> CN -> CN = \a -> ModAP (UseA a) ; + +} \ No newline at end of file -- cgit v1.2.3