|
@@ -13,7 +13,7 @@ import java.util.Map;
|
|
|
|
|
|
public class CaseTokenFeature extends CaseToken {
|
|
|
private NegativeEnum[] nees_symptom = new NegativeEnum[]{NegativeEnum.SYMPTOM,
|
|
|
- NegativeEnum.BODY_PART, NegativeEnum.PROPERTY, NegativeEnum.DEEP,
|
|
|
+ NegativeEnum.BODY_PART, NegativeEnum.PROPERTY, NegativeEnum.DEEP, NegativeEnum.DISEASE,
|
|
|
NegativeEnum.CAUSE, NegativeEnum.VITAL_RESULT, NegativeEnum.LIS_TYPE, NegativeEnum.LIS_NAME, NegativeEnum.LIS_RESULT,
|
|
|
NegativeEnum.PACS_NAME, NegativeEnum.PACS_RESULT};
|
|
|
|