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