ExtAdvVP added to some languages where it was missing

This commit is contained in:
aarne
2014-12-08 13:21:28 +00:00
parent 6067bc4932
commit 025ce90634
4 changed files with 8 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ concrete VerbGer of Verb = CatGer ** open Prelude, ResGer, Coordination in {
} ;
AdvVP vp adv = insertAdv adv.s vp ;
ExtAdvVP vp adv = insertAdv (embedInCommas adv.s) vp ;
AdVVP adv vp = insertAdv adv.s vp ; -- not AdV 27/5/2012: nicht immer
AdvVPSlash vp adv = insertAdv adv.s vp ** {c2 = vp.c2} ;