mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
add speak and but to Malay
This commit is contained in:
@@ -349,7 +349,8 @@ lin small_A = mkA "kecil" ;
|
|||||||
-- lin snow_N = mkN "" ;
|
-- lin snow_N = mkN "" ;
|
||||||
-- lin sock_N = mkN "" ;
|
-- lin sock_N = mkN "" ;
|
||||||
lin song_N = mkN "lagu" ;
|
lin song_N = mkN "lagu" ;
|
||||||
-- lin speak_V2 = mkV2 "" ;
|
lin speak_V2 = mkV2 (prefixV (mkV "cakap" Ber)) emptyPrep ;
|
||||||
|
|
||||||
-- lin spit_V = mkV "" ;
|
-- lin spit_V = mkV "" ;
|
||||||
-- lin split_V2 = mkV2 "" ;
|
-- lin split_V2 = mkV2 "" ;
|
||||||
-- lin squeeze_V2 = mkV2 "" ;
|
-- lin squeeze_V2 = mkV2 "" ;
|
||||||
|
|||||||
@@ -75,7 +75,9 @@ oper
|
|||||||
-- mkVQ : Str -> VQ
|
-- mkVQ : Str -> VQ
|
||||||
-- = \s -> lin VQ (regV s) ;
|
-- = \s -> lin VQ (regV s) ;
|
||||||
|
|
||||||
|
mkV2A : overload {
|
||||||
|
mkV2A : Str -> V2A ;
|
||||||
|
} ;
|
||||||
--
|
--
|
||||||
-- mkV2A : Str -> V2A
|
-- mkV2A : Str -> V2A
|
||||||
-- = \s -> lin V2A (regV s ** {c2 = noPrep}) ;
|
-- = \s -> lin V2A (regV s ** {c2 = noPrep}) ;
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ lin or_Conj = {s2 = "atau" ; s1 = [] ; n = Sg} ;
|
|||||||
-- lin both7and_DConj = mkConj "" "" pl ;
|
-- lin both7and_DConj = mkConj "" "" pl ;
|
||||||
-- lin either7or_DConj = {s2 = \\_ => "" ; s1 = "" ; n = Sg} ;
|
-- lin either7or_DConj = {s2 = \\_ => "" ; s1 = "" ; n = Sg} ;
|
||||||
--
|
--
|
||||||
-- lin but_PConj = ss "" ;
|
lin but_PConj = ss "tetapi" ;
|
||||||
-- lin otherwise_PConj = ss "" ;
|
-- lin otherwise_PConj = ss "" ;
|
||||||
-- lin therefore_PConj = ss "" ;
|
-- lin therefore_PConj = ss "" ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user