mecab-ipadic-neologd is customized system dictionary for MeCab. This dictionary includes many neologisms (new word), which are extracted from many language resources on the Web. When you analyze the Web documents, it's better to use this system dictionary and default one (ipadic) together.
mecab-ipadic-neologd is customized system dictionary for MeCab. This dictionary includes many neologisms (new word), which are extracted from many language resources on the Web. When you analyze the Web documents, it's better to use this system dictionary and default one (ipadic) together.
To install mecab-ipadic-neologd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mecab-ipadic-neologd
To see what files were installed by mecab-ipadic-neologd, run:
port contents mecab-ipadic-neologd
To later upgrade mecab-ipadic-neologd, run:
sudo port selfupdate && sudo port upgrade mecab-ipadic-neologd
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.