瀏覽代碼

推送时——特征提取范围扩大

wangyu 5 年之前
父節點
當前提交
aaf7a96844
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nlp/src/main/resources/nlp.properties

+ 1 - 1
nlp/src/main/resources/nlp.properties

@@ -5,6 +5,6 @@ cache.file.dir=/opt/diagbot-push/cache_file/
 #抽取时——特征提取范围(不限制范围时配置:all)
 extract.feature.num=all
 #推送时——特征提取范围(不限制范围时配置:all)
-push.feature.num=10
+push.feature.num=all
 #是否过滤(0.不过滤 1.过滤)
 extract.feature.filter=0