mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Kor) Bugfix in RelVP
This commit is contained in:
@@ -7,7 +7,9 @@ lin
|
||||
|
||||
-- : RP -> VP -> RCl ;
|
||||
RelVP rp vp = {
|
||||
s = \\t,a,p => vp.s ! VAttr p -- TODO no tenses yet in the grammar
|
||||
s = \\t,a,p => vp.adv
|
||||
++ vp.nObj
|
||||
++ vp.s ! VAttr p -- TODO no tenses yet in the grammar
|
||||
++ rp.s ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user