mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
Added minimally functional Tamil
This commit is contained in:
@@ -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 ! … } ; -}
|
||||
|
||||
--}
|
||||
}
|
||||
Reference in New Issue
Block a user