Browse Source

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

wangyu 5 years ago
parent
commit
aaf7a96844
1 changed files with 1 additions and 1 deletions
  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