Skip to content

Instantly share code, notes, and snippets.

@gdevanla
Created May 5, 2013 17:30
Show Gist options
  • Save gdevanla/5521489 to your computer and use it in GitHub Desktop.
Save gdevanla/5521489 to your computer and use it in GitHub Desktop.
Command line to help filter stopwords.
tr -cs 'A-Za-z0-9' '\n' < allwords.txt | sort | uniq -c | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment