Skip to content

Instantly share code, notes, and snippets.

@Haroperi
Created June 21, 2015 19:40
Show Gist options
  • Save Haroperi/3436d0b4ad1a52b2c945 to your computer and use it in GitHub Desktop.
Save Haroperi/3436d0b4ad1a52b2c945 to your computer and use it in GitHub Desktop.
mecabでkyteaらしい出力を行う
mecab --node-format="%m/%h/%f[7] " --unk-format="%M" --eos-format="\n" --eon-format=' ' | sed -e 's/ $//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment