Created
May 1, 2015 17:18
-
-
Save fstorr/7893d579468528db8855 to your computer and use it in GitHub Desktop.
word cloud prep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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