summaryrefslogtreecommitdiff
path: root/next-lib/src/telugu/AdjectiveTel.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-09-23 09:52:10 +0000
committeraarne <aarne@cs.chalmers.se>2008-09-23 09:52:10 +0000
commitffb5b007488e4f36079d3c319c299fb865ce0497 (patch)
tree6ae623241f74428f8ef6ea6cffffa61f57b5c385 /next-lib/src/telugu/AdjectiveTel.gf
parent47abd5327d5f2764dbb3fa26c7fa98b76944b6c6 (diff)
started Telugu in next-lib
Diffstat (limited to 'next-lib/src/telugu/AdjectiveTel.gf')
-rw-r--r--next-lib/src/telugu/AdjectiveTel.gf36
1 files changed, 36 insertions, 0 deletions
diff --git a/next-lib/src/telugu/AdjectiveTel.gf b/next-lib/src/telugu/AdjectiveTel.gf
new file mode 100644
index 000000000..b016a2b9d
--- /dev/null
+++ b/next-lib/src/telugu/AdjectiveTel.gf
@@ -0,0 +1,36 @@
+concrete AdjectiveHin of Adjective = CatHin ** open ResHin, Prelude in {
+
+ lin
+
+ PositA a = a ;
+
+-- ComparA a np = {
+-- s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ;
+-- isPre = False
+-- } ;
+--
+---- $SuperlA$ belongs to determiner syntax in $Noun$.
+--
+-- ComplA2 a np = {
+-- s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ;
+-- isPre = False
+-- } ;
+--
+-- ReflA2 a = {
+-- s = \\ag => a.s ! AAdj Posit ++ a.c2 ++ reflPron ! ag ;
+-- isPre = False
+-- } ;
+--
+-- SentAP ap sc = {
+-- s = \\a => ap.s ! a ++ sc.s ;
+-- isPre = False
+-- } ;
+--
+-- AdAP ada ap = {
+-- s = \\a => ada.s ++ ap.s ! a ;
+-- isPre = ap.isPre
+-- } ;
+--
+-- UseA2 a = a ;
+--
+}