mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
=Remodelled RS to accomodate RelCN and RelNP appropriately and give both direct and direct relative prnouns
This commit is contained in:
@@ -225,7 +225,7 @@ lin
|
||||
ComplVV vv vp = let vpPres = "ku" ++ BIND ++ vp.s ++ BIND ++ vp.pres;
|
||||
in case vv.whenUsed of {
|
||||
VVPerf => {
|
||||
s= vv.s ++ BIND ++ vv.perf ++ vpPres;
|
||||
s= vv.s ++ BIND ++ vv.perf;
|
||||
pres =vv.pres; perf=vv.perf;
|
||||
morphs = vv.morphs;
|
||||
comp=vp.comp ;
|
||||
|
||||
Reference in New Issue
Block a user