Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
ffm-baseline
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ML
ffm-baseline
Commits
0522e469
Commit
0522e469
authored
Feb 05, 2021
by
张彦钊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
9b1d1c97
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
hospital_name_short.py
local/hospital_name_short.py
+3
-2
No files found.
local/hospital_name_short.py
View file @
0522e469
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment