SQL query to group different strings of words together that both share at least two of the same words -
i'm trying create feature that's similar google news - groups headlines based on how similar are.
i thought grouping headlines headlines share minimum number of same word.
is there simple sql query @ strings of text , group them in manner?
in query i'd grouping article titles together.
any amazing. thanks.
i explode headlines' each words separately, , save them "tags" , write query displays other articles sharing common tags. both solve question, , have tag system. win-win.
Comments
Post a Comment