mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
dutch complete, verbs verified in the lexicon
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user