diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-06-20 10:06:22 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-06-20 10:06:22 +0200 |
| commit | 485938103c6f9350575b79a4d4372c0b70439e04 (patch) | |
| tree | 9e70c3158c31cac10c7a33710174f07c21103ff1 /examples/slowApp/AppEng.gf | |
| parent | 6ce57c0505dece51fe78b06da75dceefc5d75045 (diff) | |
Remove wide coverage translator
It had now been migrated to a new repository:
https://github.com/GrammaticalFramework/wide-coverage
Diffstat (limited to 'examples/slowApp/AppEng.gf')
| -rw-r--r-- | examples/slowApp/AppEng.gf | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/examples/slowApp/AppEng.gf b/examples/slowApp/AppEng.gf deleted file mode 100644 index e08a20185..000000000 --- a/examples/slowApp/AppEng.gf +++ /dev/null @@ -1,45 +0,0 @@ ---# -path=.:../../lib/src/chunk:../../lib/src/translator:../phrasebook/gfos - -concrete AppEng of App = - - TranslateEng - [ - -- Verb - SlashV2V, -- replaced by more efficient inlined versions - Slash2V3, Slash3V3, SlashV2S, SlashV2Q, SlashV2A, - SlashVV, SlashV2VNP, - AdvVPSlash, AdVVPSlash, VPSlashPrep, - -- Sentence - PredSCVP, - AdvSlash, SlashPrep, SlashVS, - EmbedS, EmbedQS, EmbedVP, RelS, - -- Question - ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, - -- Idiom - CleftNP, CleftAdv, - ImpP3 - -- Construction - -- Extensions - ] - - ,PhrasebookEng - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_Adv] - - ** open MorphoEng, ResEng, ParadigmsEng, SyntaxEng, (G = GrammarEng), (E = ExtraEng), Prelude in { - -flags - literal=Symb ; - --- to suppress punctuation -lin - PSentence, PQuestion = \s -> lin Text (mkUtt s) ; - PGreetingMale, PGreetingFemale = \s -> lin Text s ; - GObjectPlease o = lin Text (mkUtt o) ; - PhrasePhr p = {s = "+" ++ p.s} | p ; - Phrase_Chunk p = p ; - - ComplV2V v np vp = mkVP v np vp ; - ComplV2A v np vp = mkVP v np vp ; - ComplV2Q v np vp = mkVP v np vp ; - ComplV2S v np vp = mkVP v np vp ; - ComplV3 v np vp = mkVP v np vp ; - -} |
