preunzip
GNU Aspell spell-checker
Install
- All systems
-
curl cmd.cat/preunzip.sh
- Debian
-
apt-get install aspell
- Ubuntu
-
apt-get install aspell
- Alpine
-
apk add aspell
- Arch Linux
-
pacman -S aspell
- Kali Linux
-
apt-get install aspell
- Fedora
-
dnf install aspell
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install aspell
- OS X
-
brew install aspell
- Raspbian
-
apt-get install aspell
- Dockerfile
- dockerfile.run/preunzip
- Docker
-
docker run cmd.cat/preunzip preunzip
powered by Commando
aspell
GNU Aspell spell-checker
GNU Aspell is a spell-checker which can be used either as a standalone application or embedded in other programs. Its main feature is that it does a much better job of suggesting possible spellings than just about any other spell-checker available for the English language, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once. Aspell is designed to be a drop-in replacement for Ispell.