mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
added PassAgentV2 to App, and the specialized syntax functions to app.probs
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user