/wordcloud

A small R function that can pull important words from a selection, and optionally create a word cloud or provide a list of root words.

Primary LanguageR

An R-Based Script to List Important Words or Create a Wordcloud

This is a script in R that I wrote to import plain text, and return a list of "important" (i.e. ordered by frequency) words. it can alternately create a word cloud with argument wordcloud=T or reduce the words to their stems with stem=T.