=Remodelled RS to accomodate RelCN and RelNP appropriately and give both direct and direct relative prnouns

This commit is contained in:
David Bamutura
2019-05-24 02:20:02 +02:00
parent 366d6cd38e
commit 304b877854
7 changed files with 223 additions and 36 deletions
+1 -1
View File
@@ -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 ;