Skip to content

Instantly share code, notes, and snippets.

@fstorr
Created May 1, 2015 17:18
Show Gist options
  • Select an option

  • Save fstorr/7893d579468528db8855 to your computer and use it in GitHub Desktop.

Select an option

Save fstorr/7893d579468528db8855 to your computer and use it in GitHub Desktop.
word cloud prep
1. Split each word onto it's on line (use text editor until bash command can be found)
2. Strip out things like speech marks, brackets, full stops, commas, slashes, dashes, etc
3. `awk '{print tolower($0)}' filename | sort > outputfilename`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment