updated Ina so that API compiles

This commit is contained in:
aarne
2010-12-14 09:52:39 +00:00
parent 8a0b3b8ba8
commit 473c986274
9 changed files with 48 additions and 20 deletions

View File

@@ -15,6 +15,11 @@ concrete PhraseIna of Phrase = CatIna ** open Prelude, ResIna in {
UttVP vp = {s = infVP vp} ;
UttAdv adv = adv ;
UttCN n = {s = n.s ! Sg} ;
UttCard n = {s = n.s} ;
UttAP ap = {s = ap.s ! agrP3 Sg} ;
UttInterj i = i ;
NoPConj = {s = []} ;
PConjConj conj = ss conj.s2 ;