Kyoto Text Analysis Toolkit (KyTea, pronounced "cutie") is a general toolkit developed for analyzing text, with a focus on Japanese, Chinese and other languages requiring word or morpheme segmentation.
Kyoto Text Analysis Toolkit (KyTea, pronounced "cutie") is a general toolkit developed for analyzing text, with a focus on Japanese, Chinese and other languages requiring word or morpheme segmentation.
To install kytea, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kytea
To see what files were installed by kytea, run:
port contents kytea
To later upgrade kytea, run:
sudo port selfupdate && sudo port upgrade kytea
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.