|
@@ -156,7 +156,7 @@ public class FeatureController extends BaseController<Feature, FeatureWrapper, L
|
|
|
List<Map<String, Object>> data = new ArrayList<>();
|
|
|
|
|
|
PropertiesUtil propertiesUtil = new PropertiesUtil("nlp.properties");
|
|
|
- featureNum = propertiesUtil.getProperty("push.feature.num");
|
|
|
+ featureNum = propertiesUtil.getProperty("extract.feature.num");
|
|
|
Boolean filter = false;//判断是否需要过滤
|
|
|
if(propertiesUtil.getProperty("extract.feature.filter").equals("1")){//配置为1时过滤
|
|
|
filter = true;
|