Latvian: two important fixes regarding V2 clauses

Agreement with the focus part (the object) works not only for Pers3, but also for Pers1 and Pers2 NPs (if the verb requires non-typical subject/object valences).
Object-dependent double negation works (in addition to the subject-dependent double negation).
The first one is motivated by PhrasebookLav, the second one - by AttemptoLav.
Also a couple of minor fixes.
This commit is contained in:
Normunds Gruzitis
2012-10-21 21:23:56 +00:00
parent d0e1187b10
commit 1817c7d168
5 changed files with 34 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ lin
UsePN pn = { s = pn.s ; a = agrgP3 pn.n pn.g ; isNeg = False } ;
UsePron p = p ** { isNeg = False };
UsePron p = { s = p.s ; a = p.a ; isNeg = False } ;
PredetNP pred np = {
s = \\c => pred.s ! (fromAgr np.a).g ++ np.s ! c ;