information on missing words; fix in PhraseDut

This commit is contained in:
aarne
2010-03-29 21:19:50 +00:00
parent 8052652c4e
commit 92d51c8ca3
5 changed files with 86 additions and 47 deletions

View File

@@ -18,7 +18,7 @@ concrete PhraseDut of Phrase = CatDut ** open Prelude, ResDut in
UttNP np = {s = np.s ! NPNom} ;
UttVP vp = {s = useInfVP True vp} ; -- without zu
UttAdv adv = adv ;
UttCN n = {s = n.s ! NF Sg Nom} ;
UttCN n = {s = n.s ! Strong ! NF Sg Nom} ;
UttCard n = {s = n.s ! Utr ! Nom} ;
UttAP ap = {s = ap.s ! APred} ;