summaryrefslogtreecommitdiff
path: root/old-lib/resource/arabic/PhraseAra.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-lib/resource/arabic/PhraseAra.gf')
-rw-r--r--old-lib/resource/arabic/PhraseAra.gf26
1 files changed, 0 insertions, 26 deletions
diff --git a/old-lib/resource/arabic/PhraseAra.gf b/old-lib/resource/arabic/PhraseAra.gf
deleted file mode 100644
index 6910d59f5..000000000
--- a/old-lib/resource/arabic/PhraseAra.gf
+++ /dev/null
@@ -1,26 +0,0 @@
-concrete PhraseAra of Phrase = CatAra ** open
- ParamX,
- Prelude,
- ResAra in {
-
- lin
- PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ! Masc ++ voc.s} ;--FIXME
-
--- UttS s = s ;
--- UttQS qs = {s = qs.s ! QDir} ;
- UttImpSg pol imp = {s = \\g => imp.s ! pol.p ! g ! ResAra.Sg} ;
--- UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p ! Pl} ;
---
--- UttIP ip = {s = ip.s ! Nom} ; --- Acc also
--- UttIAdv iadv = iadv ;
--- UttNP np = {s = np.s ! Acc} ;
--- UttVP vp = {s = infVP False vp (agrP3 Sg)} ;
--- UttAdv adv = adv ;
---
- NoPConj = {s = []} ;
--- PConjConj conj = conj ;
---
- NoVoc = {s = []} ;
--- VocNP np = {s = "،" ++ np.s ! Nom} ;
---
-}