Explorar el Código

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

wangyu hace 5 años
padre
commit
aaf7a96844
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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