1
0
forked from GitHub/gf-rgl

=I have managed to model the Verb and delay the Verbal template mophology for tense, Anteriority and polarity to only points when the actual sentence of verb is built. My only problem is including it in the default linearizations within cat

This commit is contained in:
David Bamutura
2019-06-05 02:39:15 +02:00
parent 4eec043991
commit ba4db3d913
7 changed files with 93 additions and 69 deletions
+3 -3
View File
@@ -31,7 +31,7 @@ lin
pres =cl.pres;
perf =cl.perf;
root = cl.root;
morphs = cl.morphs;
--morphs = cl.morphs;
compl =cl.compl;
isCompApStem = False;
whichRel = Such_That;
@@ -51,7 +51,7 @@ lin
pres =vp.pres;
perf =vp.perf;
root = vp.s;
morphs = vp.morphs;
--morphs = vp.morphs;
compl =vp.comp;
isCompApStem = vp.isCompApStem;
whichRel = RF RSubj;
@@ -78,7 +78,7 @@ lin
pres = clSlash.pres;
perf = clSlash.perf;
root = clSlash.root;
morphs = clSlash.morphs;
--morphs = clSlash.morphs;
compl = comp;
isCompApStem = isCompApStem;
whichRel = RF RObj;