1
0
forked from GitHub/gf-rgl

add speak and but to Malay

This commit is contained in:
Meowyam
2023-07-14 10:41:57 +08:00
parent 83aadfaaf9
commit f773272437
3 changed files with 6 additions and 3 deletions

View File

@@ -349,7 +349,8 @@ lin small_A = mkA "kecil" ;
-- lin snow_N = mkN "" ;
-- lin sock_N = mkN "" ;
lin song_N = mkN "lagu" ;
-- lin speak_V2 = mkV2 "" ;
lin speak_V2 = mkV2 (prefixV (mkV "cakap" Ber)) emptyPrep ;
-- lin spit_V = mkV "" ;
-- lin split_V2 = mkV2 "" ;
-- lin squeeze_V2 = mkV2 "" ;

View File

@@ -75,7 +75,9 @@ oper
-- mkVQ : Str -> VQ
-- = \s -> lin VQ (regV s) ;
mkV2A : overload {
mkV2A : Str -> V2A ;
} ;
--
-- mkV2A : Str -> V2A
-- = \s -> lin V2A (regV s ** {c2 = noPrep}) ;

View File

@@ -47,7 +47,7 @@ lin or_Conj = {s2 = "atau" ; s1 = [] ; n = Sg} ;
-- lin both7and_DConj = mkConj "" "" pl ;
-- lin either7or_DConj = {s2 = \\_ => "" ; s1 = "" ; n = Sg} ;
--
-- lin but_PConj = ss "" ;
lin but_PConj = ss "tetapi" ;
-- lin otherwise_PConj = ss "" ;
-- lin therefore_PConj = ss "" ;