Explorar el Código

2024-07-01
标题相似度-测试服务

罗俊辉 hace 1 año
padre
commit
6a4c3fd439
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      applications/match_algorithm/rank.py

+ 1 - 0
applications/match_algorithm/rank.py

@@ -37,6 +37,7 @@ def title_similarity_rank(content_title, recall_list):
     :param recall_list:
     :return:
     """
+    print(content_title)
     include_title_list = []
     for item in recall_list:
         video_info = item['result']