summaryrefslogtreecommitdiff
path: root/examples/app/App.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/App.gf')
-rw-r--r--examples/app/App.gf11
1 files changed, 3 insertions, 8 deletions
diff --git a/examples/app/App.gf b/examples/app/App.gf
index 5791ae58d..7f5c45f17 100644
--- a/examples/app/App.gf
+++ b/examples/app/App.gf
@@ -1,10 +1,9 @@
abstract App =
Translate - [
-- 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,
@@ -14,11 +13,7 @@ abstract App =
ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP,
-- Idiom
CleftNP, CleftAdv,
- ExistIP,
- ExistNPAdv, ExistIPAdv,
- ImpP3,
- SelfAdvVP, SelfAdVVP, SelfNP
-
+ ImpP3
-- Construction
-- Extensions
]