mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -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 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 "" ;
|
||||
|
||||
@@ -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}) ;
|
||||
|
||||
@@ -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 "" ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user