|
@@ -80,7 +80,7 @@ public class ExtractorUtils {
|
|
d2.add(tag);
|
|
d2.add(tag);
|
|
}
|
|
}
|
|
double score = SimilarityUtils.word2VecSimilarity(tag, title);
|
|
double score = SimilarityUtils.word2VecSimilarity(tag, title);
|
|
- log.info("tag={}, score={}", tag, score);
|
|
|
|
|
|
+ log.info("title={}, tag={}, score={}", title, tag, score);
|
|
if (score > d3) {
|
|
if (score > d3) {
|
|
d3 = score;
|
|
d3 = score;
|
|
}
|
|
}
|