Skip to content

Instantly share code, notes, and snippets.

@foo9
Created July 27, 2015 06:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foo9/4ab9a1b98ac517c0d87c to your computer and use it in GitHub Desktop.
Save foo9/4ab9a1b98ac517c0d87c to your computer and use it in GitHub Desktop.
mecabひらがな変換
$ echo "2015/07/27: 明日は晴れだ" | mecab -Oyomi | nkf -w --hiragana
2015/07/27: あしたははれだ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment