mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Est) Add linref for VPS
This commit is contained in:
@@ -54,6 +54,9 @@ concrete ExtendEst of Extend =
|
|||||||
VPI2 = X.VPI ** {c2 : Compl} ;
|
VPI2 = X.VPI ** {c2 : Compl} ;
|
||||||
[VPI2] = X.ListVPI ** {c2 : Compl} ;
|
[VPI2] = X.ListVPI ** {c2 : Compl} ;
|
||||||
|
|
||||||
|
linref
|
||||||
|
VPS = X.linVPS (agrP3 Sg) ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
MkVPS = X.MkVPS ;
|
MkVPS = X.MkVPS ;
|
||||||
BaseVPS = X.BaseVPS ;
|
BaseVPS = X.BaseVPS ;
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ concrete ExtraEst of ExtraEstAbs = CatEst **
|
|||||||
infVPIF : NPForm -> Polarity -> Agr -> VP -> InfStem -> Str = \sc,pol,agr,vp,if ->
|
infVPIF : NPForm -> Polarity -> Agr -> VP -> InfStem -> Str = \sc,pol,agr,vp,if ->
|
||||||
infVPAnt Simul sc pol agr vp {stem=if ; suf="a"} ;
|
infVPAnt Simul sc pol agr vp {stem=if ; suf="a"} ;
|
||||||
|
|
||||||
|
linVPS : Agr -> {s : Agr => Str} -> Str = \agr,vps -> vps.s ! agr ;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
VPS = {
|
VPS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user