Mar
29
Using wordcloud on search terms & phrases
The wordcloud package for R is great, but all the examples I found used the tm package to process a large amount of textual data (web pages, text files, google docs, etc.)
But what if you have normalized data where you have a word and its frequency? Or, what if you have phrases that you want in a wordcloud? One example being terms which users have entered into a web search.
I happen to be pulling from a data source via PHP and then I output the data to CSV format in descending order by frequency.
But what if you have normalized data where you have a word and its frequency? Or, what if you have phrases that you want in a wordcloud? One example being terms which users have entered into a web search.
I happen to be pulling from a data source via PHP and then I output the data to CSV format in descending order by frequency.