mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
=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:
@@ -17,7 +17,7 @@ concrete QuestionCgg of Question = CatCgg ** open ResCgg, Prelude in {
|
||||
root = vp.s;
|
||||
pres = vp.pres;
|
||||
perf = vp.perf;
|
||||
morphs = vp.morphs;
|
||||
--morphs = vp.morphs;
|
||||
{-
|
||||
inf : Str;
|
||||
pres : Str;
|
||||
@@ -45,7 +45,7 @@ concrete QuestionCgg of Question = CatCgg ** open ResCgg, Prelude in {
|
||||
root = clSlash.s;
|
||||
pres = clSlash.pres;
|
||||
perf = clSlash.perf;
|
||||
morphs = clSlash.morphs;
|
||||
--morphs = clSlash.morphs;
|
||||
{-
|
||||
inf : Str;
|
||||
pres : Str;
|
||||
@@ -65,7 +65,7 @@ concrete QuestionCgg of Question = CatCgg ** open ResCgg, Prelude in {
|
||||
root = cl.s;
|
||||
pres = cl.pres;
|
||||
perf = cl.perf;
|
||||
morphs = cl.morphs;
|
||||
--morphs = cl.morphs;
|
||||
{-
|
||||
inf : Str;
|
||||
pres : Str;
|
||||
@@ -89,7 +89,7 @@ concrete QuestionCgg of Question = CatCgg ** open ResCgg, Prelude in {
|
||||
root = be_Copula.s;
|
||||
pres = be_Copula.pres;
|
||||
perf = be_Copula.perf;
|
||||
morphs = be_Copula.morphs;
|
||||
--morphs = be_Copula.morphs;
|
||||
{-
|
||||
inf : Str;
|
||||
pres : Str;
|
||||
@@ -107,7 +107,7 @@ concrete QuestionCgg of Question = CatCgg ** open ResCgg, Prelude in {
|
||||
root = be_Copula.s;
|
||||
pres = be_Copula.pres;
|
||||
perf = be_Copula.perf;
|
||||
morphs = be_Copula.morphs;
|
||||
--morphs = be_Copula.morphs;
|
||||
{-
|
||||
inf : Str;
|
||||
pres : Str;
|
||||
@@ -125,7 +125,7 @@ concrete QuestionCgg of Question = CatCgg ** open ResCgg, Prelude in {
|
||||
root = be_Copula.s;
|
||||
pres = be_Copula.pres;
|
||||
perf = be_Copula.perf;
|
||||
morphs = be_Copula.morphs;
|
||||
--morphs = be_Copula.morphs;
|
||||
{-
|
||||
inf : Str;
|
||||
pres : Str;
|
||||
|
||||
Reference in New Issue
Block a user