From cdea282e8b6e897d9602210da48aeeddd87b1f83 Mon Sep 17 00:00:00 2001 From: "ra.monique" Date: Tue, 7 Dec 2010 21:48:25 +0000 Subject: [PATCH] added CompCN to Romance and Romanian --- lib/src/romance/VerbRomance.gf | 1 + lib/src/romanian/VerbRon.gf | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/src/romance/VerbRomance.gf b/lib/src/romance/VerbRomance.gf index d0dd0a738..8e984f79d 100644 --- a/lib/src/romance/VerbRomance.gf +++ b/lib/src/romance/VerbRomance.gf @@ -74,6 +74,7 @@ incomplete concrete VerbRomance of Verb = UseComp comp = insertComplement comp.s (predV copula) ; CompAP ap = {s = \\ag => let agr = complAgr ag in ap.s ! AF agr.g agr.n} ; + CompCN cn = { s = \\ag => let agr = complAgr ag in cn.s ! agr.n}; --- RE 7/12/2010 CompNP np = {s = \\_ => (np.s ! Nom).ton} ; CompAdv a = {s = \\_ => a.s} ; diff --git a/lib/src/romanian/VerbRon.gf b/lib/src/romanian/VerbRon.gf index ab4e20c6b..205be78fd 100644 --- a/lib/src/romanian/VerbRon.gf +++ b/lib/src/romanian/VerbRon.gf @@ -168,6 +168,7 @@ concrete VerbRon of Verb = UseComp comp = insertSimpObj comp.s copula ; CompAP ap = {s = \\ag => ap.s ! AF ag.g ag.n Indef ANomAcc} ; + CompCN cn = { s = \\ag => cn.s ! ag.n ! Indef ! ANomAcc }; --- RE 7/12/2010 CompNP np = {s = \\_ => (np.s ! No).comp} ; CompAdv a = {s = \\_ => a.s} ;