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

This commit is contained in:
aarne
2016-06-02 06:29:35 +00:00
parent 194368dfd5
commit a6303fd8d1
4 changed files with 37 additions and 0 deletions

View File

@@ -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)) ;
}