Skip to content

Commit 4dc8229

Browse files
committed
Update README.md
update
1 parent a0423ad commit 4dc8229

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# 基于jieba分词
2-
基础分词
1+
# 基础分词应用
2+
3+
今天的需求是要根据线上问医平台的问诊单对问诊的病情描述进行关键字统计
4+
5+
分词的准确性还有待提高 没用到自定义词典,好多医疗的词汇分不出来
6+
7+
---
8+
9+
##### 环境:
10+
11+
- python 2.7 (2.7获取数据库连接我用的是MySQLdb,3+换成了pymysql)
12+
- MySql 5.7
13+
- 结巴分词:https://github.com/fxsjy/jieba
14+
15+
16+

0 commit comments

Comments
 (0)