more words and rules in Dutch

This commit is contained in:
aarne
2009-11-10 17:24:32 +00:00
parent ad89cc7cc2
commit 00cda41bc0
9 changed files with 473 additions and 475 deletions

View File

@@ -10,10 +10,10 @@ concrete AdjectiveDut of Adjective = CatDut ** open ResDut, Prelude in
s = a.s ! Posit ;
isPre = True
} ;
-- ComparA a np = {
-- s = \\af => a.s ! Compar ! af ++ conjThan ++ np.s ! Nom ;
-- isPre = True
-- } ;
ComparA a np = {
s = \\af => a.s ! Compar ! af ++ "dan" ++ np.s ! NPNom ;
isPre = True
} ;
-- CAdvAP ad ap np = {
-- s = \\af => ad.s ++ ap.s ! af ++ ad.p ++ np.s ! Nom ;
-- isPre = False