diff options
Diffstat (limited to 'examples/app/App.gf')
| -rw-r--r-- | examples/app/App.gf | 13 |
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 } |
