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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user