diff options
| author | aarne <aarne@chalmers.se> | 2015-07-21 13:01:29 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2015-07-21 13:01:29 +0000 |
| commit | 55e2a4c9cb77d8e205b5bfb7b53419c3c509af85 (patch) | |
| tree | 35fa902002b7b89838d8c9d91036fd1bf14b8238 /examples/app/AppSwe.gf | |
| parent | db23eec58eb948e56da9b332eb682f100bc22edb (diff) | |
added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for speed reasons
Diffstat (limited to 'examples/app/AppSwe.gf')
| -rw-r--r-- | examples/app/AppSwe.gf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/app/AppSwe.gf b/examples/app/AppSwe.gf index 1aca7874c..5740e8b48 100644 --- a/examples/app/AppSwe.gf +++ b/examples/app/AppSwe.gf @@ -17,9 +17,10 @@ concrete AppSwe of App = ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, -- Idiom CleftNP, CleftAdv, - ImpP3 + ImpP3, -- Construction -- Extensions + PassVPSlash, PassAgentVPSlash -- not reachable anyway ] ,PhrasebookSwe - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv, closed_A, open_A] @@ -47,4 +48,6 @@ ComplV3 v np vp = mkVP v np vp ; ComplV2 v np = mkVP v np ; + PassV2 v2 = SyntaxSwe.passiveVP v2 ; + } |
