forked from GitHub/gf-core
ExtAdvVP added to some languages where it was missing
This commit is contained in:
@@ -79,6 +79,8 @@ concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
|
||||
UseCopula = predV verbBe ;
|
||||
|
||||
AdvVP vp adv = insertObj (\\_ => adv.s) Pos vp ;
|
||||
ExtAdvVP vp adv = insertObj (\\_ => embedInCommas adv.s) Pos vp ;
|
||||
|
||||
AdvVPSlash vp adv = insertSlashObj1 (\\_ => adv.s) Pos vp ;
|
||||
|
||||
AdVVP adv vp = {
|
||||
|
||||
@@ -76,6 +76,8 @@ concrete VerbDut of Verb = CatDut ** open Prelude, ResDut in {
|
||||
CompAdv a = {s = \\_ => a.s} ;
|
||||
|
||||
AdvVP vp adv = insertAdv adv.s vp ;
|
||||
ExtAdvVP vp adv = insertAdv (embedInCommas adv.s) vp ;
|
||||
|
||||
AdVVP adv vp = insertAdV adv.s vp ;
|
||||
|
||||
ReflVP vp = insertObj (\\a => appPrep vp.c2.p1 (\\_ => reflPron ! a)) vp ;
|
||||
|
||||
@@ -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} ;
|
||||
|
||||
@@ -100,6 +100,8 @@ incomplete concrete VerbRomance of Verb =
|
||||
CompAdv a = {s = \\_ => a.s} ;
|
||||
|
||||
AdvVP vp adv = insertAdv adv.s vp ;
|
||||
ExtAdvVP vp adv = insertAdv (embedInCommas adv.s) vp ;
|
||||
|
||||
AdVVP adv vp = insertAdV adv.s vp ;
|
||||
|
||||
PassV2 v = insertComplement
|
||||
|
||||
Reference in New Issue
Block a user