Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isnowfy committed Dec 8, 2013
1 parent b024184 commit 46080ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ s.sim([u'文章'])# [0.3756070762985226, 0, 0]
* 文本分类(Naive Bayes)
* 转换成拼音
* 繁体转简体
* 提取文本关键词(Textrank算法
* 提取文本摘要(Textrank算法
* 提取文本关键词([TextRank](http://acl.ldc.upenn.edu/acl2004/emnlp/pdf/Mihalcea.pdf)算法
* 提取文本摘要([TextRank](http://acl.ldc.upenn.edu/acl2004/emnlp/pdf/Mihalcea.pdf)算法
* tf,idf
* Tokenization(分割成句子)
* 文本相似(BM25)
* 文本相似([BM25](http://en.wikipedia.org/wiki/Okapi_BM25)

## Get It now

Expand Down

0 comments on commit 46080ff

Please sign in to comment.