|
@@ -67,6 +67,11 @@ public class RankStrategyBy688 extends RankStrategyBasic {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public List<AdRankItem> adItemRank(RankRecommendRequestParam request, ScoreParam scoreParam) {
|
|
public List<AdRankItem> adItemRank(RankRecommendRequestParam request, ScoreParam scoreParam) {
|
|
|
|
+ String titlexx = "0元学养生";
|
|
|
|
+ String tagsxx = "孩子,粽子,老同学,看看,高龄,牢记,启发,对话,主持人,事儿";
|
|
|
|
+ Double[] doubles = ExtractorUtils.funcC34567ForTagsNew(tagsxx, titlexx);
|
|
|
|
+ System.out.println("funcC34567ForTagsNew=" + Arrays.toString(doubles));
|
|
|
|
+
|
|
Map<String, Double> weightParam = ObjUtil.nullOrDefault(weightMap, new HashMap<>());
|
|
Map<String, Double> weightParam = ObjUtil.nullOrDefault(weightMap, new HashMap<>());
|
|
|
|
|
|
|
|
|