Added this, that, conjunctions and giving to stoneage grammars.

This commit is contained in:
bringert
2005-03-09 20:13:24 +00:00
parent e037fe087f
commit 2bbc7418eb
5 changed files with 43 additions and 12 deletions

View File

@@ -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 =