You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print_r("The most repetitive value on the sentence is " . array_search(max($sentenceArray), $sentenceArray) . " with " . max($sentenceArray) . " times\n");
print_r($sentenceArray);
}
mostRepetitive("hola como estas? si tu? como estas, hola muy bien gracias, bueno, hola, hola hola");
/* return the most repetitive word on a sentence */