forked from GitHub/gf-rgl
WIP: Malay grammar
Copied and pasted from previous RGs, very minimal at the moment.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
concrete GrammarMay of Grammar =
|
||||
NounMay,
|
||||
VerbMay,
|
||||
AdjectiveMay,
|
||||
AdverbMay,
|
||||
NumeralMay,
|
||||
SentenceMay,
|
||||
QuestionMay,
|
||||
RelativeMay,
|
||||
ConjunctionMay,
|
||||
PhraseMay,
|
||||
TextX,
|
||||
StructuralMay,
|
||||
IdiomMay,
|
||||
TenseX - [AAnter, PNeg]
|
||||
** open ParamX in {
|
||||
|
||||
flags startcat = Phr ;
|
||||
|
||||
lin
|
||||
AAnter = {s = "sudah" ; a = ParamX.Anter} ;
|
||||
PNeg = {s = "tidak" ; p = ParamX.Neg} ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user