1
0
forked from GitHub/gf-core

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 5bd869a5fb
commit c41a4e8e9e
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)) ;
}