Skip to content

Commit 1f7366c

Browse files
author
blmoistawinde
committed
2 parents 9d871ed + ebad76c commit 1f7366c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sow with little data seed, harvest much from a text field.
44

55
播撒几多种子词,收获万千领域实
66

7-
![PyPI - Python Version](https://img.shields.io/badge/python-3.6-blue.svg) ![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg) ![Version](https://img.shields.io/badge/version-V0.3-red.svg)
7+
![PyPI - Python Version](https://img.shields.io/badge/python-3.6-blue.svg) ![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg) ![Version](https://img.shields.io/badge/version-V0.4-red.svg)
88

99
## 用途
1010
HarvestText是一个专注无(弱)监督方法,能够整合领域知识(如类型,别名)对特定领域文本进行简单高效地处理和分析的库。
@@ -199,7 +199,7 @@ stopwords = get_baidu_stopwords()
199199
docs = ht0.cut_sentences(sanguo1)
200200
G = ht0.build_word_ego_graph(docs,"刘备",min_freq=3,other_min_freq=2,stopwords=stopwords)
201201
```
202-
![word_ego_net](file:///./images/word_ego_net.jpg)
202+
![word_ego_net](/images/word_ego_net.jpg)
203203

204204
刘关张之情谊,刘备投奔的靠山,以及刘备讨贼之经历尽在于此。
205205

@@ -359,4 +359,4 @@ print(ht2.seg(para))
359359

360360
[funNLP](https://github.com/fighting41love/funNLP)
361361

362-
[ChineseWordSegmentation](https://github.com/Moonshile/ChineseWordSegmentation)
362+
[ChineseWordSegmentation](https://github.com/Moonshile/ChineseWordSegmentation)

0 commit comments

Comments
 (0)