v 2015-02-08
C++ implementation of Japanese Dependency Parsers
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.
http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/jdepp/
To install jdepp, paste this into the macOS Terminal after installing MacPorts
sudo port install jdepp
Installations | 0 |
Requested Installations | 0 |