summaryrefslogtreecommitdiff
path: root/examples/app/AppSwe.gf
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-06-20 13:06:15 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2018-06-20 13:06:15 +0200
commitd8eac259e4782c03be8b22274ee6025499457ab6 (patch)
treed632ca03451a0ce630311a0404b7833e17f0b8e8 /examples/app/AppSwe.gf
parent09d576f5b4b7c450ed41e86d5cc24557a1ffba11 (diff)
parent485938103c6f9350575b79a4d4372c0b70439e04 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'examples/app/AppSwe.gf')
-rw-r--r--examples/app/AppSwe.gf27
1 files changed, 0 insertions, 27 deletions
diff --git a/examples/app/AppSwe.gf b/examples/app/AppSwe.gf
deleted file mode 100644
index 0a416c14a..000000000
--- a/examples/app/AppSwe.gf
+++ /dev/null
@@ -1,27 +0,0 @@
---# -path=.:../../lib/src/chunk:../../lib/src/translator:../phrasebook/gfos
-
-concrete AppSwe of App =
- TranslateSwe - [
- -- 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
- ],
- PhrasebookSwe - [open_Adv,closed_A,open_A]
-
- ** AppFunctor with (Syntax = SyntaxSwe) ;