瀏覽代碼

特征提取增加化验明细项、套餐

louhr 6 年之前
父節點
當前提交
5162dac6ee
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      nlp/src/main/java/org/diagbot/nlp/feature/extract/CaseTokenFeature.java

+ 2 - 2
nlp/src/main/java/org/diagbot/nlp/feature/extract/CaseTokenFeature.java

@@ -14,8 +14,8 @@ import java.util.Map;
 public class CaseTokenFeature extends CaseToken {
 public class CaseTokenFeature extends CaseToken {
     private NegativeEnum[] nees_symptom = new NegativeEnum[]{NegativeEnum.SYMPTOM,
     private NegativeEnum[] nees_symptom = new NegativeEnum[]{NegativeEnum.SYMPTOM,
             NegativeEnum.BODY_PART, NegativeEnum.PROPERTY, NegativeEnum.DEEP,
             NegativeEnum.BODY_PART, NegativeEnum.PROPERTY, NegativeEnum.DEEP,
-            NegativeEnum.CAUSE, NegativeEnum.VITAL_RESULT, NegativeEnum.LIS_NAME, NegativeEnum.LIS_RESULT,
-            NegativeEnum.PACS_RESULT};
+            NegativeEnum.CAUSE, NegativeEnum.VITAL_RESULT, NegativeEnum.LIS_TYPE, NegativeEnum.LIS_NAME, NegativeEnum.LIS_RESULT,
+            NegativeEnum.PACS_NAME, NegativeEnum.PACS_RESULT};
 
 
     {
     {
         stop_symbol = NlpUtil.extendsSymbol(stop_symbol, new String[]{",", ",", ":", ":"});
         stop_symbol = NlpUtil.extendsSymbol(stop_symbol, new String[]{",", ",", ":", ":"});