cabocha

Japanese dependency structure analyzer using CKY parsing

brewmacoslinux
Try with needOr install directly
Source

About

Yet Another Japanese Dependency Structure Analyzer

Commands

cabocha

Examples

Analyze Japanese text from stdin and output dependency structure$ echo '私は猫です。' | cabocha
Analyze a file and save results to output file$ cabocha input.txt -o output.txt
Output in lattice format for detailed morphological analysis$ echo '自然言語処理' | cabocha -f1