mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 01:06:21 -06:00
add QuestIComp
This commit is contained in:
@@ -59,6 +59,16 @@ lin
|
||||
} ;
|
||||
} ;
|
||||
|
||||
|
||||
-- : IP -> IComp ;
|
||||
CompIP ip = {s = ip.s ! Bare } ; -- who (is it)
|
||||
|
||||
-- : IComp -> NP -> QCl ; -- where is John?
|
||||
QuestIComp icomp np = {
|
||||
pred = \\vf,pol => np.s ! Bare ;
|
||||
subj = icomp.s ;
|
||||
} ;
|
||||
|
||||
-- \\vf,pol,posadv =>
|
||||
-- {
|
||||
-- pred = \\vf,pol => ip.s ++ vp.s ! vf ! pol;
|
||||
@@ -122,9 +132,6 @@ lin
|
||||
-- : IAdv -> IComp ;
|
||||
CompIAdv iadv = iadv ; -- where (is it)
|
||||
|
||||
-- : IP -> IComp ;
|
||||
CompIP ip = {s = ip.s ! Abs} ; -- who (is it)
|
||||
|
||||
|
||||
-- More $IP$, $IDet$, and $IAdv$ are defined in $Structural$.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user