missing syntax functions in Chi and some other languages

This commit is contained in:
aarne
2014-12-08 10:19:38 +00:00
parent 77ecefafbb
commit 91e00cf827
8 changed files with 33 additions and 2 deletions

View File

@@ -46,6 +46,12 @@ incomplete concrete NounRomance of Noun =
hasClit = False
} ;
ExtAdvNP np adv = heavyNPpol np.isNeg {
s = \\c => (np.s ! c).ton ++ embedInCommas adv.s ;
a = np.a ;
hasClit = False
} ;
DetQuantOrd quant num ord = {
s,sp = \\g,c => quant.s ! num.isNum ! num.n ! g ! c ++ num.s ! g ++
ord.s ! aagr g num.n ;