diff options
Diffstat (limited to 'examples/stoneage/StoneageResSwe.gf')
| -rw-r--r-- | examples/stoneage/StoneageResSwe.gf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/stoneage/StoneageResSwe.gf b/examples/stoneage/StoneageResSwe.gf deleted file mode 100644 index 6eb9d1afe..000000000 --- a/examples/stoneage/StoneageResSwe.gf +++ /dev/null @@ -1,15 +0,0 @@ -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 = - \c -> defaultSentence (UseCl (PosTP TPresent ASimul) c) ** {lock_Phr = <>} ; - - ModPosA : ADeg -> CN -> CN = \a -> ModAP (PositADeg a) ; - ModA : A -> CN -> CN = \a -> ModAP (UseA a) ; - -}
\ No newline at end of file |
