Skip to content

Instantly share code, notes, and snippets.

@gecko655
Created November 10, 2016 09:51
Show Gist options
  • Save gecko655/110af7721c640ec88fe7cfab88d52161 to your computer and use it in GitHub Desktop.
Save gecko655/110af7721c640ec88fe7cfab88d52161 to your computer and use it in GitHub Desktop.
mecab -d /usr/local/lib/mecab/dic/mecab-ipadic-neologd text.txt \
| grep -v '助詞,' \
| grep -v '助動詞,' \
| grep -v EOS \
| sort \
| uniq -c \
| sort -k1 -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment