ChaSen is a tool to analyze a text according to a set of dictionaries that specifies grammar, part of speech of words, and so on. This port depends on ChaSen base analyzer and a Japanese dictionary.
ChaSen is a tool to analyze a text according to a set of dictionaries that specifies grammar, part of speech of words, and so on. This port depends on ChaSen base analyzer and a Japanese dictionary.
To install chasen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install chasen
To see what files were installed by chasen, run:
port contents chasen
To later upgrade chasen, run:
sudo port selfupdate && sudo port upgrade chasen
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.