Similar algorithm PHP non sensitive to word order

Viewed 22

I would like to know if it's possible to use PHP function similar_text() with non sensitive word order.

Have you already success to make this ?

If I take this input with similar_text (or other function) :

Input 1 : Burger King

Input 2 : King burger

These two input are 100% similars

Thank you !

0 Answers
Related