mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 20:36:29 -06:00
UttImp, polite and non-polite forms for Malay
This commit is contained in:
+2
-2
@@ -230,7 +230,7 @@ oper
|
||||
-- VV : Type = Verb ** {vvtype : VVForm} ;
|
||||
|
||||
regVerb : Str -> Prefix -> Verb = \str,p ->
|
||||
mkVerb str (prefix p str) ("di" + str) (str + "kan") ;
|
||||
mkVerb str (prefix p str) ("di" + str) (str ++ BIND ++ "kan") ;
|
||||
|
||||
mkVerb : (makan, memakan, dimakan, makankan : Str) -> Verb = \rt,act,pass,imp -> {
|
||||
s = table {
|
||||
@@ -251,7 +251,7 @@ oper
|
||||
mkVerb4 : Verb -> Preposition -> Str -> Verb4 = \v,pr,str -> v ** {
|
||||
s = \\_ => v.s ! Active ++ str;
|
||||
c2 = pr ;
|
||||
passive = "di" ++ BIND ++ v.s ! Root ++ str
|
||||
-- passive = "di" ++ BIND ++ v.s ! Root ++ str
|
||||
} ;
|
||||
|
||||
copula : Verb = {s = \\_ => "ada"} ; -- TODO
|
||||
|
||||
Reference in New Issue
Block a user