forked from GitHub/gf-core
added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for speed reasons
This commit is contained in:
@@ -18,9 +18,10 @@ concrete AppGer of App =
|
||||
ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP,
|
||||
-- Idiom
|
||||
CleftNP, CleftAdv,
|
||||
ImpP3
|
||||
ImpP3,
|
||||
-- Construction
|
||||
-- Extensions
|
||||
PassVPSlash, PassAgentVPSlash -- not reachable anyway
|
||||
]
|
||||
|
||||
,PhrasebookGer - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv, closed_A, open_A]
|
||||
@@ -48,4 +49,6 @@ ComplV3 v np vp = mkVP v np vp ;
|
||||
|
||||
ComplV2 v np = mkVP v np ;
|
||||
|
||||
PassV2 v2 = passiveVP v2 ;
|
||||
PassV2 v2 = passiveVP v2 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user