mecab-ipadic

IPA dictionary compiled for MeCab Japanese morphological analyzer

brewmacoslinux
Try with needOr install directly
Source

About

IPA dictionary compiled for MeCab

Commands

mecab

Examples

Analyze Japanese text and display morphological breakdown$ echo '日本語を解析します' | mecab
Parse Japanese text with specific output format$ mecab -F '%m\n' <<< '自然言語処理'
Analyze text from a file and save results$ mecab input.txt -o output.txt