mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Pes) Change word order for defective VVs.
NB. This might be overfitting just for a particular sentence. Ideally check with a Persian speaker.
This commit is contained in:
@@ -237,8 +237,12 @@ oper
|
||||
vp = \\ta,p,ord =>
|
||||
let vps = clTable vp ! np.a ! ta ! p ;
|
||||
vvt = ta2vvt ta ;
|
||||
in vp.ad ++ vp.comp ! np.a ++ vp.obj ++ vps
|
||||
++ vp.vComp ! np.a ! vvt ++ vp.embComp
|
||||
in case vp.vvtype of {
|
||||
DefVV
|
||||
=> vps ++ vp.ad ++ vp.comp ! np.a ++ vp.obj
|
||||
++ vp.vComp ! np.a ! vvt ++ vp.embComp ;
|
||||
_ => vp.ad ++ vp.comp ! np.a ++ vp.obj ++ vps
|
||||
++ vp.vComp ! np.a ! vvt ++ vp.embComp }
|
||||
};
|
||||
|
||||
--Clause : Type = {s : TAnt => Polarity => Order => Str} ;
|
||||
|
||||
Reference in New Issue
Block a user