How to write code that finds related (similar) articles with what the user is reading now?
For example, suppose I have articles:
Python programming tips
Python programming for newbies
Programming in Python, ActionScript and Flash
Programming in the Jungle
Tarzan saves newbie Judy from using Fortran programming language
(I came up with these headings right now.)
How can I query the database and find that they are all related?
I would be grateful for any suggestions.
Thanks, Boda Sido.
source
share