Action category, more doc in Phrasebook

This commit is contained in:
aarne
2010-03-28 19:29:06 +00:00
parent c99ecf2704
commit 13a7954646
22 changed files with 311 additions and 26 deletions

View File

@@ -18,6 +18,9 @@
UttVP vp = let a = agrP3 Masc Sg in
{s = "sã" ++ (flattenSimpleClitics vp.nrClit vp.clAcc vp.clDat (vp.isRefl ! a)) ++ conjVP vp a ++vp.comp ! a ++ vp.ext ! Pos} ;
UttAdv adv = adv ;
UttCN cn = {s = cn.s ! Sg ! Indef ! ANomAcc} ;
UttAP ap = {s = ap.s ! AF Masc Sg Indef ANomAcc} ;
UttCard n = {s = n.sp ! Masc} ;
NoPConj = {s = []} ;
PConjConj conj = {s = conj.s2} ;