diff options
Diffstat (limited to 'examples/app/AppGer.gf')
| -rw-r--r-- | examples/app/AppGer.gf | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/examples/app/AppGer.gf b/examples/app/AppGer.gf index eb90a0f39..a754e6ddc 100644 --- a/examples/app/AppGer.gf +++ b/examples/app/AppGer.gf @@ -4,10 +4,9 @@ concrete AppGer of App = TranslateGer - [ -- 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, @@ -17,11 +16,7 @@ concrete AppGer of App = ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP, -- Idiom CleftNP, CleftAdv, - ExistIP, - ExistNPAdv, ExistIPAdv, - ImpP3, - SelfAdvVP, SelfAdVVP, SelfNP - + ImpP3 -- Construction -- Extensions ] |
