prefix verbs in Dutch

This commit is contained in:
aarne
2009-11-10 20:33:30 +00:00
parent 00cda41bc0
commit 504b8e879f
7 changed files with 77 additions and 150 deletions

View File

@@ -106,11 +106,11 @@ concrete NounDut of Noun = CatDut ** open ResDut, Prelude in {
a = Strong
} ;
-- MassNP cn = {
-- s = \\c => cn.s ! adjfCase Strong c ! Sg ! c ;
-- a = agrP3 Sg ;
-- isPron = False
-- } ;
MassNP cn = {
s = \\c => cn.s ! Strong ! NF Sg Nom ;
a = agrP3 Sg ;
isPron = False
} ;
UseN, UseN2 = \n -> {
s = \\_ => n.s ;