dutch complete, verbs verified in the lexicon

This commit is contained in:
aarne
2009-11-17 17:56:04 +00:00
parent 635f9cbdd3
commit 9927088414
3 changed files with 91 additions and 111 deletions

View File

@@ -477,11 +477,10 @@ param
predVGen : Bool -> VVerb -> VP = \isAux, verb -> {
s = verb ;
a1 : Polarity => Str = negation ;
n2 : Agr => Str = \\_ => [] ;
-- case verb.vtype of {
-- VAct => \\_ => [] ;
-- VRefl c => \\a => reflPron ! a ! c
-- } ;
n2 : Agr => Str = \\a => case verb.vtype of {
VAct => [] ;
VRefl => reflPron ! a
} ;
a2 : Str = [] ;
isAux = isAux ; ----
inf,ext : Str = []