added UseCopula to Fin,Ger,romance since needed in YAQL

This commit is contained in:
aarne
2012-11-13 09:48:26 +00:00
parent 08ee662944
commit 4d34018abb
3 changed files with 5 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ concrete VerbGer of Verb = CatGer ** open Prelude, ResGer, Coordination in {
UseComp comp = insertObj comp.s (predV sein_V) ; -- agr not used
-- we want to say "ich liebe sie nicht" but not "ich bin alt nicht"
UseCopula = predV sein_V ;
CompAP ap = {s = \\_ => ap.s ! APred} ;
CompNP np = {s = \\_ => np.s ! NPC Nom} ;