mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -06:00
typos and name changes in PredicationSwe
This commit is contained in:
@@ -171,7 +171,7 @@ lin
|
|||||||
ext = [] ;
|
ext = [] ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
SlashVNP x vp np = {
|
SlashV2 x vp np = {
|
||||||
v = vp.v ;
|
v = vp.v ;
|
||||||
inf = vp.inf ;
|
inf = vp.inf ;
|
||||||
c1 = vp.c1 ; ---- should be consumed now
|
c1 = vp.c1 ; ---- should be consumed now
|
||||||
@@ -184,7 +184,7 @@ lin
|
|||||||
ext = vp.ext ;
|
ext = vp.ext ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
SlashVNP2 x vp np = {
|
SlashV3 x vp np = {
|
||||||
v = vp.v ;
|
v = vp.v ;
|
||||||
inf = vp.inf ;
|
inf = vp.inf ;
|
||||||
c1 = vp.c1 ;
|
c1 = vp.c1 ;
|
||||||
@@ -585,7 +585,7 @@ oper
|
|||||||
PastPart Sg => v ; PastPart Pl => w ; PresPart => x + "nde"
|
PastPart Sg => v ; PastPart Pl => w ; PresPart => x + "nde"
|
||||||
} ;
|
} ;
|
||||||
c1 = [] ; c2 = [] ; isSubjectControl = True} ;
|
c1 = [] ; c2 = [] ; isSubjectControl = True} ;
|
||||||
mkV : (x,y,z,u,v,w : Str) -> Str -> Str -> V = \x,y,z,u,p,q,v,w ->
|
mkV : (x,y,z,u,v,w : Str) -> Str -> Str -> V = \x,y,z,u,v,w,p,q ->
|
||||||
lin V {
|
lin V {
|
||||||
v = table {
|
v = table {
|
||||||
TV Act VInf => x ; TV Act VPres => y ; TV Act VPret => z ; TV Act VSup => u ;
|
TV Act VInf => x ; TV Act VPres => y ; TV Act VPret => z ; TV Act VSup => u ;
|
||||||
|
|||||||
Reference in New Issue
Block a user