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
+29
View File
@@ -0,0 +1,29 @@
concrete PhraseTam of Phrase = CatTam ** open Prelude, ResTam in {
-- lin
-- PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
-- UttS s = s ;
-- UttQS qs = qs ;
-- UttIAdv iadv = iadv ;
-- UttNP np = {s = np.s ! Bare} ;
-- UttIP ip = {s = ip.sp ! NF Sg Bare} ;
-- UttImpSg pol imp = { s = pol.s ++ imp.s ! Sg ! pol.p } ;
-- UttImpPol pol imp = {s = pol.s ++ imp.s ! Sg ! pol.p} ;
-- UttVP vp = {s = linVP vp} ;
-- UttAP ap = { s = ap.s } ;
--{-
-- UttImpPl pol imp =
-- UttAdv adv = {s = } ;
-- UttCN n = {s = } ;
-- UttCard n = {s = } ;
-- UttInterj i = i ;
---}
-- NoPConj = {s = []} ;
-- PConjConj conj = {s = conj.s1 ++ conj.s2 ! …} ;
-- NoVoc = {s = []} ;
-- VocNP np = { s = "," ++ np.s ! … } ; -}
--}
}