summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/arabic/AdverbAra.gf
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/old-lib/resource/arabic/AdverbAra.gf')
-rw-r--r--deprecated/old-lib/resource/arabic/AdverbAra.gf21
1 files changed, 0 insertions, 21 deletions
diff --git a/deprecated/old-lib/resource/arabic/AdverbAra.gf b/deprecated/old-lib/resource/arabic/AdverbAra.gf
deleted file mode 100644
index 5c2cbdfb6..000000000
--- a/deprecated/old-lib/resource/arabic/AdverbAra.gf
+++ /dev/null
@@ -1,21 +0,0 @@
-concrete AdverbAra of Adverb = CatAra ** open ResAra, Prelude in {
-
- lin
- PositAdvAdj a = {s = a.s ! APosit Masc Sg Indef Acc} ;
--- ComparAdvAdj cadv a np = {
--- s = cadv.s ++ a.s ! AAdv ++ "مِنْ" ++ np.s ! Gen
--- } ;
--- ComparAdvAdjS cadv a s = {
--- s = cadv.s ++ a.s ! AAdv ++ "تهَن" ++ s.s
--- } ;
-
- PrepNP prep np = {s = prep.s ++ np.s ! Gen} ;
-
--- AdAdv = cc2 ;
---
--- SubjS = cc2 ;
--- AdvSC s = s ; --- this rule give stack overflow in ordinary parsing
---
--- AdnCAdv cadv = {s = cadv.s ++ "تهَن"} ;
---
-}