diff --git a/src/malay/LexiconMay.gf b/src/malay/LexiconMay.gf index d3101bcd2..2a83e96df 100644 --- a/src/malay/LexiconMay.gf +++ b/src/malay/LexiconMay.gf @@ -228,11 +228,12 @@ lin long_A = mkA "panjang" ; -- lin lose_V2 = mkV2 "" ; -- lin louse_N = mkN "" ; -- lin love_N = mkN "" ; --- lin love_V2 = let love' : V2 = mkV2 "cinta" in love' ** { --- s = \\_ => "mencintai" ; --- passive = "dicintai" ; --- } ; -lin love_V2 = mkV4 "cinta" "i"; +lin love_V2 = let love' : V2 = mkV2 "cinta" in love' ** { + s = table { + Passive => "dicintai" ; + _ => "mencintai" }; +}; +-- lin love_V2 = mkV4 "cinta" "i"; ---- -- M diff --git a/src/malay/unittest/passive.gftest b/src/malay/unittest/passive.gftest index d0df9e0fa..23d192a7f 100644 --- a/src/malay/unittest/passive.gftest +++ b/src/malay/unittest/passive.gftest @@ -16,4 +16,4 @@ LangMay: buku itu dibaca Lang: UseCl (TTAnt TPres ASimul) PPos (PredVP (DetCN (DetQuant that_Quant NumSg) (UseN book_N)) (AdvVP (PassV2 read_V2) (PrepNP to_Prep (UsePron youSg_Pron)))) LangEng: that book is read to you -LangMay: buku itu dibacakan kepada kamu \ No newline at end of file +LangMay: buku itu dibaca kepadamu \ No newline at end of file