Browse Source

根据词性表修改常量

MarkHuang 6 years ago
parent
commit
2a9b12a24e
1 changed files with 14 additions and 14 deletions
  1. 14 14
      nlp/src/main/java/org/diagbot/nlp/util/Constants.java

+ 14 - 14
nlp/src/main/java/org/diagbot/nlp/util/Constants.java

@@ -41,7 +41,7 @@ public class Constants {
 
     public final static String word_property_time = "2";
     public final static String word_property_unit = "9";
-    public final static String word_property_number = "35";
+    public final static String word_property_number = "28";
 
     public static String[] vital_filter_data = new String[] {
             "神清","神志清","睡眠可","精神可","精神佳","二便无殊","体重无明显减轻","睡眠一般","小便无殊","大便无殊","胃纳可","食欲可"
@@ -56,17 +56,17 @@ public class Constants {
     public final static String word_property_neg = "7";
     public final static String word_property_med = "10";
     public final static String word_property_treat = "11";
-    public final static String word_property_LIS = "13";
-    public final static String word_property_LIS_Detail = "14";
-    public final static String word_property_LIS_Result = "15";
-    public final static String word_property_PACS = "17";
-    public final static String word_property_PACS_Result = "18";
-    public final static String word_property_diagnose = "19";
-    public final static String word_property_direction = "21";
-    public final static String word_property_freq = "33";
-    public final static String word_property_vital_idx = "60";
-    public final static String word_property_vital_value = "61";
-    public final static String word_property_vital_result = "62";
-    public final static String word_property_degree_quan = "80";
-    public final static String word_property_other = "99";
+    public final static String word_property_LIS = "12";
+    public final static String word_property_LIS_Detail = "13";
+    public final static String word_property_LIS_Result = "14";
+    public final static String word_property_PACS = "15";
+    public final static String word_property_PACS_Result = "17";
+    public final static String word_property_diagnose = "18";
+    public final static String word_property_direction = "20";
+    public final static String word_property_freq = "27";
+    public final static String word_property_vital_idx = "33";
+    public final static String word_property_vital_value = "34";
+    public final static String word_property_vital_result = "35";
+    public final static String word_property_degree_quan = "43";
+    public final static String word_property_other = "44";
 }