missing ParseFin syntax constructs

This commit is contained in:
aarne
2013-04-04 13:14:02 +00:00
parent 205a14cfa4
commit 16c0fb00f7
7 changed files with 39 additions and 47 deletions

View File

@@ -17,6 +17,7 @@ concrete PhraseFin of Phrase = CatFin ** open ResFin, (P = Prelude) in {
UttCN np = {s = np.s ! NCase Sg Nom} ;
UttAP np = {s = np.s ! P.False ! NCase Sg Nom} ;
UttCard n = {s = n.s ! Sg ! Nom} ;
UttInterj i = i ;
NoPConj = {s = []} ;
PConjConj conj = {s = conj.s2} ;