diff options
| author | odanoburu <bcclaro@gmail.com> | 2018-06-20 12:33:05 -0300 |
|---|---|---|
| committer | odanoburu <bcclaro@gmail.com> | 2018-06-20 12:33:05 -0300 |
| commit | f0672679535e59c53ed68729bbb5a201ce507b02 (patch) | |
| tree | 839216d85c207fc4d8fc0565466899ff4a41d5b1 /examples/app/AppSpa.gf | |
| parent | 8b05ed9469a970590e1b11cc4e83320d8b94e846 (diff) | |
| parent | 427f8d84788fc3757fb4dacda931c878bf253fa1 (diff) | |
Merge remote-tracking branch 'upstream/master' into por
Diffstat (limited to 'examples/app/AppSpa.gf')
| -rw-r--r-- | examples/app/AppSpa.gf | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/examples/app/AppSpa.gf b/examples/app/AppSpa.gf deleted file mode 100644 index 450573a02..000000000 --- a/examples/app/AppSpa.gf +++ /dev/null @@ -1,30 +0,0 @@ ---# -path=.:../../lib/src/chunk:../../lib/src/translator:../phrasebook/gfos - - -concrete AppSpa of App = - - TranslateSpa - [ - -- Verb - SlashV2a,ComplSlash, -- replaced by a more efficient inlined version - SlashV2V, - Slash2V3, Slash3V3, SlashV2S, SlashV2Q, SlashV2A, - SlashVV, SlashV2VNP, - AdvVPSlash, AdVVPSlash, VPSlashPrep, - -- Sentence - SlashVP, SlashVS, - PredSCVP, - AdvSlash, SlashPrep, SlashVS, - EmbedS, EmbedQS, EmbedVP, RelS, - -- Question - ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, - -- Idiom - CleftNP, CleftAdv, - ImpP3, - -- Construction - -- Extensions - PassVPSlash, PassAgentVPSlash -- not reachable anyway - ] - ,PhrasebookSpa - [open_Adv,closed_A,open_A,at_Prep,cheap_A,expensive_A,stateCopula] - - - ** AppFunctor with (Syntax = SyntaxSpa) ; |
