1
0
forked from GitHub/gf-rgl

(Ara) Question words and structures

This commit is contained in:
Inari Listenmaa
2018-11-05 17:13:06 +01:00
parent 916548a361
commit 68c5cd74dd
5 changed files with 73 additions and 77 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ concrete PhraseAra of Phrase = CatAra ** open
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 = \\g => ip.s ! g ! Def ! Nom} ; --IL
UttIP ip = {s = \\_g => ip.s ! False ! Def ! Nom} ; --IL
UttAP ap = {s = ResAra.uttAP ap} ; --IL
UttCard c = {s = ResAra.uttNum c} ; --IL