add QuestIComp

This commit is contained in:
Meowyam
2022-01-05 13:26:10 +08:00
parent 83a16737dc
commit 664164e8c1
3 changed files with 15 additions and 5 deletions

View File

@@ -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$.