1
0
forked from GitHub/gf-core

added CompCN to Romance and Romanian

This commit is contained in:
ra.monique
2010-12-07 21:48:25 +00:00
parent 92266359d3
commit cdea282e8b
2 changed files with 2 additions and 0 deletions

View File

@@ -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} ;

View File

@@ -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} ;