fixes in Dut infinitive/extraposed word order. Not quite clear yet.

This commit is contained in:
aarne
2015-09-17 19:44:35 +00:00
parent bbc679c6d6
commit f4197a374f
3 changed files with 14 additions and 6 deletions

View File

@@ -659,7 +659,7 @@ param
useInfVP : Bool -> VP -> Str = \isAux,vp ->
let vpi = infVP isAux vp in
vpi.p1 ! agrP3 Sg ++ vpi.p3 ++ vpi.p2 ; -- TODO
vpi.p1 ! agrP3 Sg ++ vpi.p2 ++ vpi.p3 ; -- TODO
reflPron : Agr => Str = table {
{n = Sg ; p = P1} => "me" ;