missing parts in PhraseGer.UttCN added

This commit is contained in:
aarne
2016-06-05 10:59:01 +00:00
parent d6c11c45e1
commit 44a7f34bda

View File

@@ -16,7 +16,7 @@ concrete PhraseGer of Phrase = CatGer ** open Prelude, ResGer in {
UttNP np = {s = np.s ! NPC Nom ++ bigNP np} ;
UttVP vp = {s = useInfVP True vp} ; -- without zu
UttAdv adv = adv ;
UttCN n = {s = n.s ! Strong ! Sg ! Nom} ;
UttCN n = {s = n.s ! Strong ! Sg ! Nom ++ n.adv ++ n.ext ++ n.rc ! Sg} ;
UttCard n = {s = n.s ! Neutr ! Nom} ;
UttAP ap = {s = ap.s ! APred ++ ap.ext} ;
UttInterj i = i ;