mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 02:56:28 -06:00
(Ara) Add various functions to make SymbolicAra work.
This commit is contained in:
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user