Similarity algorithm advice, using two dimensional associative array
问题 The main goal of this algorithm is to find similar titles of news articles from different sources of web and group them, let's say above 55.55% similarity. My current approach of the algorithm consist of following steps: Feed data from MYSQL database into a two-dimensional array ex. $arrayOne . Make another copy of that array into ex. $arrayTwo . Create a clean array which will only contain similar titles and other content ex. $array_smlr . Loop, foreach $arrayOne article_title check for