Commit 19134a84 authored by 张彦钊's avatar 张彦钊

add

parent b5fc8879
...@@ -30,8 +30,8 @@ def name_short(): ...@@ -30,8 +30,8 @@ def name_short():
name_list = pd.DataFrame(list(result))[0].values.tolist()[:20] name_list = pd.DataFrame(list(result))[0].values.tolist()[:20]
db.close() db.close()
print(name_list[:10]) print(name_list[:10])
names = ["医疗", "门诊", "研究所", "有限", "公司", "医学", "诊所", "中心", "医美", "集团", "卫生", "机构", "专业", names = ["门诊部","医疗", "门诊", "研究所", "有限", "公司", "医学", "诊所", "中心", "医美", "集团", "卫生", "机构", "专业",
"光学", "国际", "连锁", "综合", "专科", "门诊部"] "光学", "国际", "连锁", "综合", "专科",]
location = ["街道", "社区",] location = ["街道", "社区",]
city_list = get_city_names() city_list = get_city_names()
stop_words = names + location + city_list stop_words = names + location + city_list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment