summaryrefslogtreecommitdiff
path: root/examples/app/App.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2016-06-02 06:29:35 +0000
committeraarne <aarne@chalmers.se>2016-06-02 06:29:35 +0000
commita6303fd8d1b22541750a290def444898dea92c94 (patch)
tree4862c8828ecd398b1c2c093f3e769a3917cb2ba3 /examples/app/App.gf
parent194368dfd501a354053c58c58b7a19e4024130fa (diff)
tokenized apertium text to test with ; RelV2 and QuestV2 in App (Eng and Swe for the moment) with 20% loss of parsing speed but improved quality
Diffstat (limited to 'examples/app/App.gf')
-rw-r--r--examples/app/App.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/app/App.gf b/examples/app/App.gf
index 6414d0744..570607bc8 100644
--- a/examples/app/App.gf
+++ b/examples/app/App.gf
@@ -43,4 +43,7 @@ fun
ComplV3 : V3 -> NP -> NP -> VP ;
+ RelV2 : RP -> NP -> V2 -> RCl ;
+ QuestV2 : IP -> NP -> V2 -> QCl ;
+
}