From a6303fd8d1b22541750a290def444898dea92c94 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 2 Jun 2016 06:29:35 +0000 Subject: 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 --- examples/app/AppSwe.gf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/app/AppSwe.gf') diff --git a/examples/app/AppSwe.gf b/examples/app/AppSwe.gf index 591f55f41..ee48f1462 100644 --- a/examples/app/AppSwe.gf +++ b/examples/app/AppSwe.gf @@ -50,4 +50,7 @@ ComplV2 v np = mkVP v np ; PassV2 v2 = SyntaxSwe.passiveVP v2 ; +RelV2 rp np v2 = mkRCl rp (mkClSlash np (mkVPSlash v2)) ; +QuestV2 ip np v2 = mkQCl ip (mkClSlash np (mkVPSlash v2)) ; + } -- cgit v1.2.3