mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
fix PresPartRS for phrasal verbs
This commit is contained in:
@@ -128,7 +128,7 @@ lin
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
PresPartRS ant pol vp = {
|
PresPartRS ant pol vp = {
|
||||||
s = \\agr => vp.ad ++ vp.prp ++ vp.s2 ! agr ;
|
s = \\agr => vp.ad ++ vp.prp ++ vp.p ++ vp.s2 ! agr;
|
||||||
c = npNom
|
c = npNom
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user