forked from GitHub/gf-rgl
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