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.
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.
To install jdepp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jdepp
To see what files were installed by jdepp, run:
port contents jdepp
To later upgrade jdepp, run:
sudo port selfupdate && sudo port upgrade jdepp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.