summaryrefslogtreecommitdiff
path: root/old-lib/resource/arabic/QuestionAra.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2009-06-22 15:39:08 +0000
committeraarne <aarne@chalmers.se>2009-06-22 15:39:08 +0000
commite89fdae2fa1626348d8025824a7469252fa85e42 (patch)
treec7d46bbd0494043b4bd6f917a25a7687517d0547 /old-lib/resource/arabic/QuestionAra.gf
parent3049b59b35b25381a7c6787444165c200d66e08b (diff)
next-lib renamed to lib, lib to old-lib
Diffstat (limited to 'old-lib/resource/arabic/QuestionAra.gf')
-rw-r--r--old-lib/resource/arabic/QuestionAra.gf55
1 files changed, 55 insertions, 0 deletions
diff --git a/old-lib/resource/arabic/QuestionAra.gf b/old-lib/resource/arabic/QuestionAra.gf
new file mode 100644
index 000000000..651a72cfd
--- /dev/null
+++ b/old-lib/resource/arabic/QuestionAra.gf
@@ -0,0 +1,55 @@
+concrete QuestionAra of Question = CatAra ** open ResAra, ParamX in {
+
+ flags optimize=all_subs ;
+
+ lin
+
+ QuestCl cl = {
+ s = \\t,p =>
+ table {
+ QIndir => "إِذا" ++ cl.s ! t ! p ! Verbal ;
+ QDir => cl.s ! t ! p ! Verbal
+ }
+ };
+
+
+--
+-- QuestVP qp vp =
+-- let cl = mkClause (qp.s ! Nom) {n = qp.n ; p = P3} vp
+-- in {s = \\t,a,b,_ => cl.s ! t ! a ! b ! ODir} ;
+--
+-- QuestSlash ip slash = {
+-- s = \\t,a,p =>
+-- let
+-- cls = slash.s ! t ! a ! p ;
+-- who = slash.c2 ++ ip.s ! Acc --- stranding in ExtAra
+-- in table {
+-- QDir => who ++ cls ! OQuest ;
+-- QIndir => who ++ cls ! ODir
+-- }
+-- } ;
+--
+-- QuestIAdv iadv cl = {
+-- s = \\t,a,p =>
+-- let
+-- cls = cl.s ! t ! a ! p ;
+-- why = iadv.s
+-- in table {
+-- QDir => why ++ cls ! OQuest ;
+-- QIndir => why ++ cls ! ODir
+-- }
+-- } ;
+--
+-- PrepIP p ip = {s = p.s ++ ip.s ! Nom} ;
+--
+-- AdvIP ip adv = {
+-- s = \\c => ip.s ! c ++ adv.s ;
+-- n = ip.n
+-- } ;
+--
+-- IDetCN idet num ord cn = {
+-- s = \\c => idet.s ++ num.s ++ ord.s ++ cn.s ! idet.n ! c ;
+-- n = idet.n
+-- } ;
+--
+}