mecab-unidic

UniDic dictionary for MeCab morphological analyzer

brewmacoslinux
Try with needOr install directly
Source

About

Morphological analyzer for MeCab

Commands

mecab

Examples

Analyze Japanese text with UniDic dictionary$ echo '日本語のテキストを分析します' | mecab -d /usr/local/lib/mecab/dic/unidic
Parse Japanese text and output with specific format$ mecab -d /usr/local/lib/mecab/dic/unidic -O wakati < input.txt
Get detailed morphological analysis including POS tags$ echo 'これはテストです' | mecab -d /usr/local/lib/mecab/dic/unidic