libenchant binder, support near all spelling tools
Enchant is a binder for libenchant. Libenchant provides a common
API for many spell libraries:
- aspell/pspell (intended to replace ispell)
- hspell (hebrew)
- ispell
- myspell/hunspell (OpenOffice project, mozilla)
- uspell (primarily Yiddish, Hebrew, and Eastern European languages)
A plugin system allows to add custom spell support.
see www.abisource.com/enchant/
License: PHP
This package is not maintained anymore and has been superseded by . Package has moved to channel https://www.php.net/enchant
Version | Release | Download |
1.1.0 | 2009-10-08 | enchant-1.1.0.tgz |
1.0.2 | 2008-04-16 | enchant-1.0.2.tgz |
1.0.1 | 2006-03-21 | enchant-1.0.1.tgz |
Version | Message |
1.1.0 |
- add enchant_broker_set_dict_path and enchant_broker_get_dict_path. Allows custom locations for the ispell and myspell dictionnaries - add ENCHANT_ISPELL and ENCHANT_MYSPELL constants |
1.0.2 |
- #13181, Leaving a context frees the dictionnary resources - Fix protos descriptions in the sources |
1.0.1 |
- add enchant_broker_list_dicts to get a list of available dictionaries - fix compilation warnings - add examples - add tests |