소스 검색

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

罗俊辉 1 년 전
부모
커밋
6a4c3fd439
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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']