1
0
forked from GitHub/gf-core

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:
aarne
2016-03-30 18:47:14 +00:00
parent 9f7593734a
commit fc9202a6cb
18 changed files with 164 additions and 116 deletions

View File

@@ -341,7 +341,7 @@ oper
makeNP : Str -> Str -> Number -> Gender -> NP ;
makeNP x y n g =
{s = table {NPPoss _ _ => x ; _ => y} ; a = agrP3 g n ;
{s = table {NPPoss _ _ => x ; _ => y} ; a = agrP3 g n ; isPron = False ;
lock_NP = <>} ;
mk3A = mk3ADeg ;