Thursday, 5 September 2013

Word Cloud from Mysql field

Word Cloud from Mysql field

I would like to create a word cloud from one of the fields in a Mysql
table. I will display that word cloud on a webpage, then users be able to
click on the words which run an additional query for searches.
The field is a description, so contains a sentence or two.
Are there any Mysql functions which can work out a word frequency of
tables or fields?
I am looking to do this in php or ruby.

No comments:

Post a Comment