mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
worked with Scandinavian VP to get the word order with neg+pron right: jag älskar inte din mamma vs. jag älskar dig inte vs. jag har inte älskat dig
This commit is contained in:
@@ -13,8 +13,10 @@ incomplete concrete SentenceScand of Sentence =
|
||||
let
|
||||
agr = {g = Utr ; n = n ; p = P2} ;
|
||||
verb = vp.s ! Act ! VPImperat ;
|
||||
neg = verb.a1 ! pol ! agr ;
|
||||
pron = vp.n1 ! agr
|
||||
in
|
||||
verb.fin ++ vp.a1 ! pol ! agr ++ verb.inf ++ vp.n2 ! agr ++ vp.a2 ++ vp.ext
|
||||
verb.fin ++ neg.p1 ++ verb.inf ++ pron ++ neg.p2 ++ vp.n2 ! agr ++ vp.a2 ++ vp.ext
|
||||
} ;
|
||||
|
||||
SlashVP np vp =
|
||||
|
||||
Reference in New Issue
Block a user