mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
new abstract implemented for exper/french
This commit is contained in:
@@ -122,7 +122,7 @@ oper
|
||||
clDat = cc.p2 ;
|
||||
clit2 = vp.clit2 ;
|
||||
neg = vp.neg ;
|
||||
comp = \\a => vp.comp ! a ++ cc.p3 ;
|
||||
comp = \\a => cc.p3 ++ vp.comp ! a ;
|
||||
ext = vp.ext ;
|
||||
} ;
|
||||
|
||||
@@ -195,6 +195,8 @@ oper
|
||||
ext = \\p => vp.ext ! p ++ co ! p ;
|
||||
} ;
|
||||
|
||||
mkVPSlash : Compl -> VP -> VP ** {c2 : Compl} = \c,vp -> vp ** {c2 = c} ;
|
||||
|
||||
mkClause : Str -> Bool -> Agr -> VP ->
|
||||
{s : Direct => RTense => Anteriority => Polarity => Mood => Str} =
|
||||
\subj,hasClit,agr,vp -> {
|
||||
|
||||
Reference in New Issue
Block a user