1
0
forked from GitHub/gf-rgl

Added minimally functional Tamil

This commit is contained in:
Yap Jun Hong (Nemo)
2022-08-13 23:09:59 +08:00
parent 81218506d9
commit a6cfe58398
31 changed files with 3543 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
concrete GrammarTam of Grammar =
NounTam,
VerbTam,
AdjectiveTam,
AdverbTam,
NumeralTam,
SentenceTam,
QuestionTam,
RelativeTam,
ConjunctionTam,
PhraseTam,
TextX - [AAnter, TFut, TCond, IAdv],
StructuralTam,
IdiomTam,
TenseX - [AAnter, TFut, TCond, IAdv]
** open ParamX in {
-- flags startcat = Phr ;
-- lin AAnter = {s = "sudah" ; a = ParamX.Anter} ; --# notpresent
-- TFut = {s = "akan" ; t = ParamX.Fut} ; --# notpresent
-- TCond = {s = "akan" ; t = ParamX.Cond} ; --# notpresent
--} ;
}