summaryrefslogtreecommitdiff
path: root/old-lib/resource/english/PhraseEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-lib/resource/english/PhraseEng.gf')
-rw-r--r--old-lib/resource/english/PhraseEng.gf24
1 files changed, 0 insertions, 24 deletions
diff --git a/old-lib/resource/english/PhraseEng.gf b/old-lib/resource/english/PhraseEng.gf
deleted file mode 100644
index c635d4b98..000000000
--- a/old-lib/resource/english/PhraseEng.gf
+++ /dev/null
@@ -1,24 +0,0 @@
-concrete PhraseEng of Phrase = CatEng ** open Prelude, ResEng in {
-
- lin
- PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
-
- UttS s = s ;
- UttQS qs = {s = qs.s ! QDir} ;
- UttImpSg pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg False} ;
- UttImpPl pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Pl False} ;
- UttImpPol pol imp = {s = pol.s ++ imp.s ! contrNeg True pol.p ! ImpF Sg True} ;
-
- UttIP ip = {s = ip.s ! Nom} ; --- Acc also
- UttIAdv iadv = iadv ;
- UttNP np = {s = np.s ! Nom} ;
- UttVP vp = {s = infVP False vp (agrP3 Sg)} ;
- UttAdv adv = adv ;
-
- NoPConj = {s = []} ;
- PConjConj conj = {s = conj.s2} ; ---
-
- NoVoc = {s = []} ;
- VocNP np = {s = "," ++ np.s ! Nom} ;
-
-}