ecb2b6d557
of php-pspell. PHP is a programming language designed to be embedded into web pages. This module provides support for enchant support. 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 http://www.abisource.com/enchant/.
14 lines
497 B
Text
14 lines
497 B
Text
PHP is a programming language designed to be embedded into web pages.
|
|
This module provides support for enchant support.
|
|
|
|
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/
|