Nuspell is a fast and safe spelling checker software program. It is designed for languages with rich morphology and complex word compounding. Nuspell is written in modern C++ and it supports Hunspell dictionaries.
Nuspell is a fast and safe spelling checker software program. It is designed for languages with rich morphology and complex word compounding. Nuspell is written in modern C++ and it supports Hunspell dictionaries.
To install nuspell, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nuspell
To see what files were installed by nuspell, run:
port contents nuspell
To later upgrade nuspell, run:
sudo port selfupdate && sudo port upgrade nuspell
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.