summaryrefslogtreecommitdiff
path: root/examples/app/AppSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2014-09-14 08:43:21 +0000
committeraarne <aarne@chalmers.se>2014-09-14 08:43:21 +0000
commit2d91097f4992f5f99acd3b35ec8ad59a30b08118 (patch)
treed12f897e2ffdde49f5d2fe81bbd336128eddf5ea /examples/app/AppSwe.gf
parentd19b38657f0cd6d765438ff2ea28e6ae1910f27f (diff)
enabled many more functions, in particular verb patterns, in App, to increase translation quality. This comes with 30% longer translation time with my benchmark but should still be OK.
Diffstat (limited to 'examples/app/AppSwe.gf')
-rw-r--r--examples/app/AppSwe.gf11
1 files changed, 3 insertions, 8 deletions
diff --git a/examples/app/AppSwe.gf b/examples/app/AppSwe.gf
index adcf8fbc3..b1c7e73f6 100644
--- a/examples/app/AppSwe.gf
+++ b/examples/app/AppSwe.gf
@@ -3,10 +3,9 @@
concrete AppSwe of App =
TranslateSwe - [
-- Verb
- ComplVS, ComplVQ, ComplVA,
- Slash2V3, Slash3V3, SlashV2V, SlashV2S, SlashV2Q, SlashV2A,
+ SlashV2V,
+ Slash2V3, Slash3V3, SlashV2S, SlashV2Q, SlashV2A,
SlashVV, SlashV2VNP,
- PassVP, ReflVP,
AdvVPSlash, AdVVPSlash, VPSlashPrep,
-- Sentence
PredSCVP,
@@ -16,11 +15,7 @@ concrete AppSwe of App =
ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP,
-- Idiom
CleftNP, CleftAdv,
- ExistIP,
- ExistNPAdv, ExistIPAdv,
- ImpP3,
- SelfAdvVP, SelfAdVVP, SelfNP
-
+ ImpP3
-- Construction
-- Extensions
]