From ebd4a462eb46e21b0167233c4c95bfcd829fe960 Mon Sep 17 00:00:00 2001 From: Meowyam Date: Thu, 23 Feb 2023 15:31:36 +0800 Subject: [PATCH] add UseSlash --- src/malay/SentenceMay.gf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/malay/SentenceMay.gf b/src/malay/SentenceMay.gf index c82ae487..ddda0769 100644 --- a/src/malay/SentenceMay.gf +++ b/src/malay/SentenceMay.gf @@ -37,13 +37,16 @@ lin -- : VP -> SC ; EmbedVP vp = {s = vp.s ! Root ! Pos} ; + -- : Temp -> Pol -> ClSlash -> SSlash ; -- (that) she had not seen + UseSlash t p cl = { + s = cl.subj ++ t.s ++ p.s ++ cl.pred ! Active ! p.p; + } ; + {- -- : NP -> VS -> SSlash -> ClSlash ; -- (whom) she says that he loves SlashVS np vs ss = {} ; - -- : Temp -> Pol -> ClSlash -> SSlash ; -- (that) she had not seen - UseSlash t p cls = {} ; --2 Imperatives -- : VP -> Imp ;