|
@@ -37,7 +37,7 @@ public class AddStandWordTest {
|
|
|
System.out.println("处理标准词最终用了:" + cacheTime + "毫秒.");
|
|
|
SearchData searchData = new SearchData();
|
|
|
// searchData.setSymptom("血压14/43mmhg,收缩压140mmhg,血压149/43mmhg");
|
|
|
- searchData.setSymptom("心率120");
|
|
|
+ searchData.setSymptom("血压140/?");
|
|
|
long splitStartTime = System.currentTimeMillis();
|
|
|
LexemePath<Lexeme> data = ParticipleUtil.participle(searchData.getSymptom());
|
|
|
ParamsDataProxy paramsDataProxy = new ParamsDataProxy();
|