Mysql
 sql >> Database >  >> RDS >> Mysql

Trovare tendenze in carichi di dati di testo

beh... dato che non ho ricevuto alcuna risposta, ho trovato un modo usando php:

$wordfrequency = array_count_values( str_word_count( $string, 1) );

spero che aiuti qualcuno :)