forked from GitHub/gf-rgl
fixed QuestIAdv
This commit is contained in:
@@ -50,7 +50,7 @@ lin
|
||||
|
||||
-- : IAdv -> Cl -> QCl ; -- why does John walk
|
||||
QuestIAdv iadv cls = {
|
||||
pred = \\vf,pol => cls.pred ! vf ! pol ++ iadv.s;
|
||||
pred = \\vf,pol => cls.pred ! Root ! pol ++ iadv.s;
|
||||
subj = cls.subj ;
|
||||
} ;
|
||||
|
||||
|
||||
@@ -133,7 +133,6 @@ oper
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
-- s = \\p,a => vp.topic ++ np ++ vp.prePart ++ useVerb vp.verb ! p ! a ++ vp.compl ++ compl ;
|
||||
-- np = vp.topic ++ np ;
|
||||
-- vp = insertObj (ss compl) vp ;
|
||||
|
||||
Reference in New Issue
Block a user