|
@@ -594,10 +594,9 @@ public class RankStrategyBy688 extends RankStrategyBasic {
|
|
|
// Double[] doubles = ExtractorUtils.funcC34567ForTags(tags, title);
|
|
|
Double[] doubles;
|
|
|
if (scoreParam.getExpCodeSet().contains(word2vecExp)) {
|
|
|
- log.info("funcC34567ForTagsNew");
|
|
|
doubles = ExtractorUtils.funcC34567ForTagsNew(tags, title);
|
|
|
+ log.info("funcC34567ForTagsNew {} tags={}, title={} doubles={}", prefix + "_" + tagsField, tags, title, Arrays.toString(doubles));
|
|
|
} else {
|
|
|
- log.info("funcC34567ForTags");
|
|
|
doubles = ExtractorUtils.funcC34567ForTags(tags, title);
|
|
|
}
|
|
|
featureMap.put(prefix + "_" + tagsField + "_matchnum", String.valueOf(doubles[0]));
|