|
@@ -241,9 +241,12 @@ public class RankStrategy4RegionMergeModelV562 extends RankStrategy4RegionMergeM
|
|
|
Double[] doubles = null;
|
|
|
if (param.getAbExpCodes().contains(word2vecExp)) {
|
|
|
doubles = ExtractorUtils.funcC34567ForTagsNew(tags, title);
|
|
|
-
|
|
|
+ log.info("funcC34567ForTags new\ttags={}\ttitle={}\tscores={}", tags, title,
|
|
|
+ JSONUtils.toJson(doubles));
|
|
|
} else {
|
|
|
doubles = ExtractorUtils.funcC34567ForTags(tags, title);
|
|
|
+ log.info("funcC34567ForTags old\ttags={}\ttitle={}\tscores={}", tags, title,
|
|
|
+ JSONUtils.toJson(doubles));
|
|
|
}
|
|
|
return Pair.create(key, doubles);
|
|
|
});
|