mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 19:46:26 -06:00
generalize infVP to support negative VP in Romance
This commit is contained in:
@@ -53,7 +53,7 @@ concrete IdiomPor of Idiom = CatPor **
|
||||
} ;
|
||||
|
||||
ImpP3 np vp = {
|
||||
s = "deixe" ++ (np.s ! Nom).ton ++ infVP vp np.a ;
|
||||
s = "deixe" ++ (np.s ! Nom).ton ++ infVP vp RPos np.a ;
|
||||
} ;
|
||||
|
||||
SelfAdvVP vp = variants {} ;
|
||||
|
||||
Reference in New Issue
Block a user