Gianpaolo Coro 2014-06-26 12:37:17 +00:00
parent b430c468a1
commit 4e21b486b5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class TestWPSProcessStatistical {
config.setParam("Parser_Name", "SIMPLE");
config.setParam("Activate_Preparsing_Processing", "true");
config.setParam("Use_Stemmed_Genus_and_Species", "false");
config.setParam("Accuracy_vs_Speed", "false");
config.setParam("Accuracy_vs_Speed", "MAX_ACCURACY");
config.setParam("Matcher_1", "LEVENSHTEIN");
config.setParam("Threshold_1", "0.7");
config.setParam("MaxResults_1", "10");