summaryrefslogtreecommitdiff
path: root/examples/app/App.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2016-06-05 17:48:11 +0000
committeraarne <aarne@chalmers.se>2016-06-05 17:48:11 +0000
commite755c013f8ad6e5b2f79c6ebb3e8748a981d7cd5 (patch)
tree32c66a242665a05e9ff673120e14e4c5f2678567 /examples/app/App.gf
parentbd8c6cc4e46ec211176bd8088318d97d6ba676bc (diff)
added PassAgentV2 to App, and the specialized syntax functions to app.probs
Diffstat (limited to 'examples/app/App.gf')
-rw-r--r--examples/app/App.gf13
1 files changed, 7 insertions, 6 deletions
diff --git a/examples/app/App.gf b/examples/app/App.gf
index e2f871110..a2947361e 100644
--- a/examples/app/App.gf
+++ b/examples/app/App.gf
@@ -33,16 +33,17 @@ fun
--P PhrasePhr : Phrase -> Phr ;
--P Phrase_Chunk : Phrase -> Chunk ;
- ComplV2 : V2 -> NP -> VP ;
+ ComplV2 : V2 -> NP -> VP ; -- sees him
- ComplV2V : V2V -> NP -> VP -> VP ;
+ ComplV2V : V2V -> NP -> VP -> VP ; -- forces him to leave
-- ComplV2A : V2A -> NP -> AP -> VP ;
-- ComplV2Q : V2Q -> NP -> QS -> VP ;
-- ComplV2S : V2S -> NP -> S -> VP ;
- ComplV3 : V3 -> NP -> NP -> VP ;
+ ComplV3 : V3 -> NP -> NP -> VP ; -- gives him an apple
- PassV2 : V2 -> VP ;
- RelV2 : RP -> NP -> V2 -> RCl ;
- QuestV2 : IP -> NP -> V2 -> QCl ;
+ PassV2 : V2 -> VP ; -- is seen
+ PassAgentV2 : V2 -> NP -> VP ; -- is seen by her
+ RelV2 : RP -> NP -> V2 -> RCl ; -- that she sees
+ QuestV2 : IP -> NP -> V2 -> QCl ; -- whom does she see
}