chmorph
Files for developing with hunspell
Install
- All systems
-
curl cmd.cat/chmorph.sh
- Debian
-
apt-get install hunspell
- Ubuntu
-
apt-get install hunspell
- Alpine
-
apk add hunspell
- Arch Linux
-
pacman -S hunspell
- Kali Linux
-
apt-get install hunspell
- CentOS
-
yum install hunspell-devel
- Fedora
-
dnf install hunspell-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hunspell
- OS X
-
brew install hunspell
- Raspbian
-
apt-get install hunspell
- Dockerfile
- dockerfile.run/chmorph
- Docker
-
docker run cmd.cat/chmorph chmorph
powered by Commando
hunspell-devel
Files for developing with hunspell
hunspell
spell checker and morphological analyzer (program)
Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and an OpenOffice.org UNO module. Main features: - Unicode support (first 65535 Unicode characters) - morphological analysis (in custom item and arrangement style) - Max. 65535 affix classes and twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compoundings (for example, Hungarian and German) - Support language specific algorithms (for example, handling Azeri and Turkish dotted i, or German sharp s) - Handling conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. This package contains the program with the Ispell-like terminal and pipe interfaces.