mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
added functions to Ron and Chi needed for YAQL
This commit is contained in:
@@ -166,6 +166,7 @@ concrete VerbRon of Verb =
|
||||
|
||||
|
||||
UseComp comp = insertSimpObj comp.s copula ;
|
||||
UseCopula = copula ;
|
||||
|
||||
CompAP ap = {s = \\ag => ap.s ! AF ag.g ag.n Indef ANomAcc} ;
|
||||
CompCN cn = { s = \\ag => cn.s ! ag.n ! Indef ! ANomAcc }; --- RE 7/12/2010
|
||||
@@ -178,7 +179,7 @@ concrete VerbRon of Verb =
|
||||
|
||||
PassV2 v = insertSimpObj (\\a => v.s ! PPasse a.g a.n Indef ANomAcc) auxPassive ** {lock_VP = <>};
|
||||
|
||||
|
||||
VPSlashPrep vp prep = vp ** {c2 = prep ; needAgr = False; needClit = True} ; ---- AR
|
||||
|
||||
oper auxPassive = copula ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user