J.DepP is a C++ implementation of Japanese dependency parsing algorithms. The parser takes a raw sentence as input and performs word segmentation, POS tagging (thanks to MeCab), bunsetsu chunking and dependency parsing. J.DepP is meant for those who want to parse massive texts (e.g., entire blog feeds) efficiently with state-of-the-art parsing accuracy.

WWW: http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jdepp/
