Skip to content

Commit

Permalink
Merge pull request #76 from weilu/patch-1
Browse files Browse the repository at this point in the history
Update TextRank paper link
  • Loading branch information
isnowfy committed Jan 19, 2020
2 parents 8c2cc92 + 57175d0 commit fad6ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -62,8 +62,8 @@ s.sim([u'文章'])# [0.3756070762985226, 0, 0]
* 文本分类(Naive Bayes)
* 转换成拼音(Trie树实现的最大匹配)
* 繁体转简体(Trie树实现的最大匹配)
* 提取文本关键词([TextRank](http://acl.ldc.upenn.edu/acl2004/emnlp/pdf/Mihalcea.pdf)算法)
* 提取文本摘要([TextRank](http://acl.ldc.upenn.edu/acl2004/emnlp/pdf/Mihalcea.pdf)算法)
* 提取文本关键词([TextRank](https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf)算法)
* 提取文本摘要([TextRank](https://web.eecs.umich.edu/~mihalcea/papers/mihalcea.emnlp04.pdf)算法)
* tf,idf
* Tokenization(分割成句子)
* 文本相似([BM25](http://en.wikipedia.org/wiki/Okapi_BM25)
Expand Down

0 comments on commit fad6ae7

Please sign in to comment.