mecab-unidic-extended

Extended dictionary for MeCab morphological analyzer with detailed POS tags

brewmacoslinux
Try with needOr install directly
Source

About

Extended morphological analyzer for MeCab

Commands

mecab

Examples

Analyze Japanese text with extended dictionary$ echo '自然言語処理は面白い' | mecab -d /usr/local/lib/mecab/dic/unidic-extended
Parse text file and output with detailed morphological information$ mecab -d /usr/local/lib/mecab/dic/unidic-extended input.txt -o output.txt
Show available dictionary information$ mecab -d /usr/local/lib/mecab/dic/unidic-extended --help