mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Pes) Fix missing complement for NP as a subject in mkClause
This commit is contained in:
@@ -222,7 +222,7 @@ oper
|
|||||||
quest = table
|
quest = table
|
||||||
{ ODir => [];
|
{ ODir => [];
|
||||||
OQuest => "آیا" } ;
|
OQuest => "آیا" } ;
|
||||||
subj = np.s ! Bare ;
|
subj = np2str np ;
|
||||||
vp = \\ta,p,ord =>
|
vp = \\ta,p,ord =>
|
||||||
let vps = clTable vp ! np.a ! ta ! p ;
|
let vps = clTable vp ! np.a ! ta ! p ;
|
||||||
vvt = ta2vvt ta ;
|
vvt = ta2vvt ta ;
|
||||||
|
|||||||
Reference in New Issue
Block a user