mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-17 02:50:12 -06:00
ImpP3 in Ita, Swe ; order fixed in Fre (but not necessarily the only correct one)
This commit is contained in:
@@ -61,8 +61,10 @@ concrete IdiomFin of Idiom = CatFin **
|
||||
ImpP3 np vp =
|
||||
let vps = (sverb2verbSep vp.s).s ! ImperP3 (verbAgr np.a).n
|
||||
in
|
||||
{s = np.s ! subjcase2npform vp.s.sc ++ vps ++
|
||||
vp.s2 ! True ! Pos ! np.a ++ vp.adv ! Pos ++ vp.ext
|
||||
{s = vps ++
|
||||
np.s ! subjcase2npform vp.s.sc ++
|
||||
vp.s2 ! True ! Pos ! np.a ++
|
||||
vp.adv ! Pos ++ vp.ext
|
||||
} ;
|
||||
|
||||
SelfAdvVP vp = insertAdv (\\_ => "itse") vp ;
|
||||
|
||||
Reference in New Issue
Block a user