Commit 0522e469 authored by 张彦钊's avatar 张彦钊

add

parent 9b1d1c97
......@@ -32,9 +32,10 @@ def name_short():
print(name_list[:10])
names = ["门诊部","医疗", "门诊", "研究所", "有限", "公司", "医学", "诊所", "中心","美容","医院","整形","外科",
"医美", "集团", "卫生", "机构", "专业","皮肤","管理",
"光学", "国际", "连锁", "综合", "专科",]
"光学", "国际", "连锁", "综合", "专科","市","测试","测试1","ceshi","ceshi1","*"]
location = ["街道", "社区",]
city_list = get_city_names()
city_list += ["香港","澳门","韩国"]
stop_words = names + location
new_names = []
third_names = []
......@@ -89,7 +90,7 @@ def name_process(name):
project_tags = ["口腔","植发","牙","皮肤","眼","外科","美容","整形","烧伤","胸","丰胸","美胸","祛痘","祛斑","脱毛",
"创伤","除疤","半永久","纹绣","纹眉"]
names = ["医疗","门诊","研究所","有限","公司","医学","诊所","中心","医美","集团","卫生","机构","专业",
"光学","国际","连锁","综合","专科",""]
"光学","国际","连锁","综合","专科",""]
location = ["街道","社区",]
stop_words = project_tags + names + location
for word in stop_words:
......
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