1
0
forked from GitHub/gf-rgl

add passive for cinta

This commit is contained in:
Meowyam
2024-01-17 04:13:41 +08:00
parent 293b87e4c6
commit fdfa7f33bf
2 changed files with 7 additions and 6 deletions

View File

@@ -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

View File

@@ -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
LangMay: buku itu dibaca kepadamu