mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
next-lib renamed to lib, lib to old-lib
This commit is contained in:
24
lib/src/telugu/PhraseTel.gf
Normal file
24
lib/src/telugu/PhraseTel.gf
Normal file
@@ -0,0 +1,24 @@
|
||||
--concrete PhraseTel of Phrase = CatTel ** open Prelude, ResTel in {
|
||||
----
|
||||
---- lin
|
||||
---- PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
||||
----
|
||||
---- UttS s = s ;
|
||||
---- UttQS qs = {s = qs.s ! QDir} ;
|
||||
---- UttImpSg pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg False} ;
|
||||
---- UttImpPl pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Pl False} ;
|
||||
---- UttImpPol pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg True} ;
|
||||
----
|
||||
---- UttIP ip = {s = ip.s ! Nom} ; --- Acc also
|
||||
---- UttIAdv iadv = iadv ;
|
||||
---- UttNP np = {s = np.s ! Nom} ;
|
||||
---- UttVP vp = {s = infVP False vp (agrP3 Sg)} ;
|
||||
---- UttAdv adv = adv ;
|
||||
----
|
||||
---- NoPConj = {s = []} ;
|
||||
---- PConjConj conj = {s = conj.s2} ; ---
|
||||
----
|
||||
---- NoVoc = {s = []} ;
|
||||
---- VocNP np = {s = "," ++ np.s ! Nom} ;
|
||||
----
|
||||
--}
|
||||
Reference in New Issue
Block a user