(Ara) Add various functions to make SymbolicAra work.

This commit is contained in:
Inari Listenmaa
2018-09-18 11:30:58 +02:00
parent c660dd6aa5
commit db0bbfd1fb
5 changed files with 41 additions and 30 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ concrete PhraseAra of Phrase = CatAra ** open
UttIP ip = {s = \\_ => ip.s} ; ---- AR
-- AP = { s : Species => Gender => Number => State => Case => Str } ;
UttAP ap = {s = \\g => ap.s ! NoHum ! g ! ResAra.Sg ! Def ! Nom } ; ---- OK? IL
UttAP ap = {s = ResAra.uttAP ap} ; --IL
-- Card = {s : Gender => State => Case => Str } ;
UttCard c = {s = \\g => c.s ! g ! Def ! Nom } ; ---- OK? IL
UttCard c = {s = ResAra.uttNum c} ; --IL
-- UttIAdv iadv = iadv ;
UttNP np = {s = \\_ => np.s ! Nom} ;