mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 02:31:10 -06:00
some more rules included in experimental/TransEng
This commit is contained in:
@@ -5,10 +5,17 @@ concrete TransEng of Trans =
|
||||
,PredEng
|
||||
,DictionaryEng - [Pol]
|
||||
|
||||
** open Prelude in {
|
||||
** open ResEng, Prelude in {
|
||||
|
||||
lin
|
||||
LiftV v = v ** {v = v.s ; c1,c2 = [] ; isSubjectControl, isAux = False} ;
|
||||
LiftV v = v ** {v = v.s ; c1,c2 = [] ; isSubjectControl, isAux = False} ;
|
||||
LiftV2 v = v ** {v = v.s ; c1 = v.c2 ; c2 = [] ; isSubjectControl, isAux = False} ;
|
||||
LiftVS v = v ** {v = v.s ; c1,c2 = [] ; isSubjectControl, isAux = False} ;
|
||||
|
||||
LiftAP ap = {s = \\_ => ap.s ! AgP3Sg Neutr ; c1,c2 = [] ; obj1 = \\_ => []} ; --- agr, isPre
|
||||
|
||||
LiftAdv a = a ** {isAdV = False} ;
|
||||
LiftAdV a = a ** {isAdV = True} ;
|
||||
|
||||
|
||||
{-
|
||||
|
||||
Reference in New Issue
Block a user