added PassAgentV2 to App, and the specialized syntax functions to app.probs

This commit is contained in:
aarne
2016-06-05 17:48:11 +00:00
parent 99a2902da9
commit 0c3268bbfd
3 changed files with 12 additions and 6 deletions

View File

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