(Ara) some Utt*, CompCN, question_N

This commit is contained in:
Inari Listenmaa
2018-09-18 17:52:59 +02:00
parent 8596fd277f
commit 0ca66a2e4d
3 changed files with 11 additions and 14 deletions
+6 -11
View File
@@ -7,25 +7,20 @@ concrete PhraseAra of Phrase = CatAra ** open
lin
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ! Masc ++ voc.s} ;--FIXME
UttS s = {s = \\g => s.s} ; ---- OK? AR
UttIAdv s = {s = \\g => s.s} ; ---- OK? AR
UttQS qs = {s = \\g => qs.s ! QDir} ;
UttImpSg pol imp = {s = \\g => imp.s ! pol.p ! g ! ResAra.Sg ++ pol.s} ;
UttImpPl,UttImpPol = \pol,imp -> {s = \\g => imp.s ! pol.p ! g ! ResAra.Pl ++ pol.s} ;
--
UttIP ip = {s = \\_ => ip.s} ; ---- AR
-- AP = { s : Species => Gender => Number => State => Case => Str } ;
UttIP ip = {s = \\_ => ip.s} ; ---- AR
UttAP ap = {s = ResAra.uttAP ap} ; --IL
-- Card = {s : Gender => State => Case => Str } ;
UttCard c = {s = ResAra.uttNum c} ; --IL
-- UttIAdv iadv = iadv ;
UttCN cn = {s = \\_ => cn.s ! Sg ! Def ! Nom} ; --IL
UttNP np = {s = \\_ => np.s ! Nom} ;
-- UttVP vp = {s = infVP False vp (agrP3 Sg)} ;
UttAdv adv = {s = \\_ => adv.s} ;
UttVP vp = {s = \\_ => linVP vp} ; --IL
UttS,
UttAdv,
UttIAdv = \s -> {s = \\_ => s.s} ; ---- OK? AR
--
NoPConj = {s = []} ;
-- PConjConj conj = conj ;