From dae5cf1c403fac392e99984a85bbb7c03d9442f9 Mon Sep 17 00:00:00 2001 From: Bureaux Tao Date: Wed, 8 Dec 2021 17:32:37 +0800 Subject: [PATCH] v1.1.1 stable --- __pycache__/give_color.cpython-37.pyc | Bin 6395 -> 6308 bytes give_color.py | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/__pycache__/give_color.cpython-37.pyc b/__pycache__/give_color.cpython-37.pyc index fdd666bba06371bea9abc851dc66216e167c05a4..7b8c7f1f70eed38313fcfe9ea95a9b7060ab6aa3 100644 GIT binary patch delta 108 zcmexuxWtgpiI|ghC>4q1}7eAXfp_B(G r{A}umrwx0M1fK4l^nBN5r~p`FN89s_yPx*Yc-h_$5#GFA*o74UMea3o delta 74 zcmZ2t_}h@riIE)nCqEQb7c1ofvYt)d@U&sii{*=-&6`ka X29k;wGh;2)0Cprc3}koA5Iof diff --git a/give_color.py b/give_color.py index 2c20808..26ec423 100644 --- a/give_color.py +++ b/give_color.py @@ -161,10 +161,10 @@ def get_color(text, entity_list, replaced_word, ImmunohistochemistryContent, Mol return { '医学术语解析': other, '同义词判断': synonyms, - '识别否定修饰词及其修饰对象': negative, + '否定修饰解析': negative, '数值解析': numeracal, - '对可归纳总结的信息进行解析后归纳判断': summary, - '对定义明确的分类变量进行赋值': classification + '归纳解析': summary, + '分类变量解析': classification } -- 2.22.0