|
@@ -159,6 +159,7 @@ public class EntityProcessClinic extends EntityProcess {
|
|
|
Operation operation = new Operation();
|
|
|
operation.setName(lemma.getText());
|
|
|
operation.setStandName(lemma.getText()); // 先赋值,之后有同义词转换再替换
|
|
|
+// operation.setStandName("");
|
|
|
if (lemma.isHaveChildren()) {
|
|
|
operation.setNegative(findNegative(lemma));//阴性
|
|
|
}
|