1
0
forked from GitHub/gf-core

new Utt constructors for AP, Card

This commit is contained in:
aarne
2010-03-28 20:13:15 +00:00
parent 13a7954646
commit a814066463
7 changed files with 17 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ 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} ;
UttCard n = {s = n.s ! Utr ! Nom} ;
UttAP ap = {s = ap.s ! APred} ;
NoPConj = {s = []} ;
PConjConj conj = ss (conj.s2) ;