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, 21 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/arabic/AdverbAra.gf b/deprecated/old-lib/resource/arabic/AdverbAra.gf
new file mode 100644
index 000000000..5c2cbdfb6
--- /dev/null
+++ b/deprecated/old-lib/resource/arabic/AdverbAra.gf
@@ -0,0 +1,21 @@
+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 ++ "تهَن"} ;
+--
+}