Browse Source

分数提高到0.55

luojunhui 2 months ago
parent
commit
6a50f92f62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/const/server_const.py

+ 1 - 1
applications/const/server_const.py

@@ -63,7 +63,7 @@ class ServerConst:
     TASK_PROCESSING_CODE = 101
 
     # 相关性过滤阈值
-    NLP_SIMILARITY_THRESHOLD = 0.45
+    NLP_SIMILARITY_THRESHOLD = 0.55
     NLP_VERSION = 1
 
     JCD_SIMILARITY_THRESHOLD = 0