Algorithm to find articles with similar text

后端 未结 15 2460
梦谈多话
梦谈多话 2020-11-28 18:10

I have many articles in a database (with title,text), I\'m looking for an algorithm to find the X most similar articles, something like Stack Overflow\'s \"Related Questions

15条回答
  •  醉酒成梦
    2020-11-28 18:35

    You can use SQL Server Full-text index to get the smart comparison, I believe that SO is using an ajax call, that does a query to return the similar questions.

    What technologies are you using?

提交回复
热议问题