forked from GitHub/gf-core
hundreds of earlier prep and part verbs turned out to be bogus in DictionarySwe. Replaced by standard derived verbs. Still uncertain, but clearly better.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -20,6 +20,7 @@ concrete TranslateEng of Translate =
|
||||
PassV2, -- generalized in Extensions
|
||||
AdvVP, -- more liberal placement of adv
|
||||
ComplVS, SlashV2S, ComplSlash -- Eng exceptions
|
||||
---- ,UseV -- variant progressive
|
||||
],
|
||||
AdverbEng,
|
||||
PhraseEng,
|
||||
@@ -66,6 +67,8 @@ lin
|
||||
SlashV2S vs s = G.SlashV2S vs s | E.SlashBareV2S vs s ;
|
||||
ComplSlash vps np = G.ComplSlash vps np | E.ComplSlashPartLast vps np ;
|
||||
|
||||
---- UseV v = G.UseV v | G.ProgrVP (UseV v) ; ---- error in variant compilation
|
||||
|
||||
AdvVP vp adv = G.AdvVP vp adv | insertObjPre (\\_ => adv.s) vp ; -- I bought a car today | I bought today a car
|
||||
|
||||
PPos = {s = [] ; p = CPos} ;
|
||||
|
||||
Reference in New Issue
Block a user