Added stemmed=1 to relevance calls.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@870 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-05-27 18:40:18 +00:00
parent 98e1873272
commit f9a0c51285

View File

@ -221,6 +221,7 @@ public class HeuristicReconConfig extends ReconConfig {
jsonWriter.key("type_strict"); jsonWriter.value("should");
jsonWriter.key("type_exclude"); jsonWriter.value("/common/image");
jsonWriter.key("domain_exclude"); jsonWriter.value("/freebase");
jsonWriter.key("stemmed"); jsonWriter.value(1);
jsonWriter.endObject();
}
jsonWriter.endObject();