This commit is contained in:
Fukuball Lin 2014-08-06 17:56:05 +08:00
parent cf31a99bf6
commit d432789cb4

View File

@ -144,7 +144,7 @@ Output:
* 用法: jieba.analyse.set_stop_words(file_name) # file_name为自定义语料库的路径
* 自定义语料库示例https://github.com/fxsjy/jieba/blob/master/extra_dict/stop_words.txt
* 用法示例hhttps://github.com/fxsjy/jieba/blob/master/test/extract_tags_stop_words.py
* 用法示例https://github.com/fxsjy/jieba/blob/master/test/extract_tags_stop_words.py
功能 4) : 词性标注
================