What are useful ranking algorithms for documents without links?

前端 未结 4 1868
悲哀的现实
悲哀的现实 2020-12-24 08:38

I\'ve looked at Algorithms of the Intelligent Web that describes (page 55) an interesting algorithm - called DocRank - for creating a PageRank like score for business docume

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-24 09:17

    Another interesting algorithm - TextRank - sounds very similar to DocRank referenced in original question. Graph based, unsupervised, iterate until convergence.

    Java implementation.

提交回复
热议问题