1
0
forked from GitHub/gf-core

Dutch syntax complete (but not checked)

This commit is contained in:
aarne
2009-11-17 10:29:33 +00:00
parent 8ed9fe442d
commit 200b1d5473
11 changed files with 309 additions and 320 deletions

View File

@@ -16,15 +16,13 @@ concrete PhraseDut of Phrase = CatDut ** open Prelude, ResDut in
UttIP ip = {s = ip.s ! NPNom} ; --- Acc also
UttIAdv iadv = iadv ;
UttNP np = {s = np.s ! NPNom} ;
-- UttVP vp = {s = useInfVP True vp} ; -- without zu
UttVP vp = {s = useInfVP True vp} ; -- without zu
UttAdv adv = adv ;
NoPConj = {s = []} ;
-- PConjConj conj = ss (conj.s2) ;
--
PConjConj conj = ss (conj.s2) ;
NoVoc = {s = []} ;
-- VocNP np = {s = "," ++ np.s ! Nom} ;
--
--}
VocNP np = {s = "," ++ np.s ! NPNom} ;
}