Skip to content

Improvement of RAKE Algorithm (Rapid Automatic keyword extraction)

License

Notifications You must be signed in to change notification settings

chinwuDebug/RAKE_improve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAKE_improve

Improvement of RAKE Algorithm (Rapid Automatic keyword extraction)

在原有RAKE算法上进行了改进,将核心公式

  • wordScore = wordDegree(w) / wordFrequency(w)

修改成为 wordmeanScore, 即取了phrase的平均值。

另外其他具体改进见rake_improve.py。

算法原理介绍及与TextRank对比情况见我的CSDN博客.

About

Improvement of RAKE Algorithm (Rapid Automatic keyword extraction)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages