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
b5fc8879
Commit
b5fc8879
authored
Jan 13, 2021
by
张彦钊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
a1908523
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
hosipatl_name.py
zyz/hosipatl_name.py
+3
-1
No files found.
zyz/hosipatl_name.py
View file @
b5fc8879
...
@@ -31,7 +31,7 @@ def name_short():
...
@@ -31,7 +31,7 @@ def name_short():
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
...
@@ -39,6 +39,8 @@ def name_short():
...
@@ -39,6 +39,8 @@ def name_short():
for
name
in
name_list
:
for
name
in
name_list
:
for
word
in
stop_words
:
for
word
in
stop_words
:
name
=
re
.
sub
(
word
,
''
,
name
)
name
=
re
.
sub
(
word
,
''
,
name
)
# 去除\t
name
=
re
.
sub
(
r'\t'
,
""
,
name
)
new_names
.
append
(
name
)
new_names
.
append
(
name
)
df
=
pd
.
DataFrame
()
df
=
pd
.
DataFrame
()
df
[
'old_name'
]
=
name_list
df
[
'old_name'
]
=
name_list
...
...
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