mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
(Ara) some Utt*, CompCN, question_N
This commit is contained in:
+6
-11
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user