mecab-jumandic

Japanese morphological analyzer dictionary (Juman) for MeCab

brewmacoslinux
Try with needOr install directly
Source

About

See mecab

Commands

mecab

Examples

Analyze Japanese text using Juman dictionary$ echo '日本語の文章を解析します' | mecab -d /usr/local/lib/mecab/dic/jumandic
Parse Japanese file and output with part-of-speech tags$ mecab -d /usr/local/lib/mecab/dic/jumandic input.txt -o output.txt
Display morphological analysis in wakati (word list) format$ echo 'これはテストです' | mecab -d /usr/local/lib/mecab/dic/jumandic -Owakati