Bibliothèque d'orthographe Enchant

Introduction

Enchant est la liaison PHP de la » bibliothèque Enchant. Enchant fournit une uniformité et une conformité pour toutes les bibliothèques d'orthographe, et implémente certaines fonctionnalités qui peuvent faire défaut dans une bibliothèque. Tout doit "juste fonctionner".

Enchant supporte les bibliothèques suivantes :

  • Aspell/Pspell (prévu pour remplacer Ispell)
  • Ispell (très ancien, peut être considéré comme un standard)
  • MySpell/Hunspell (un projet orienté objet, également utilisé par Mozilla)
  • Uspell (prévu à l'origine pour le yiddish, l'hébreu et les langues d'Europe de l'Est - hébergé dans le CVS d'AbiWord sous le module "uspell")
  • Hspell (Hébreu)
  • AppleSpell (Mac OSX)

add a note

User Contributed Notes 1 note

up
0
pavel dot bazika at icewarp dot com
12 years ago
As of PHP 5.4.13 and 5.3.23 it is still possible to override default enchant brokers directory using Windows registry key HKLM/Software/Enchant/Config/Module_Dir or Linux environment variable ENCHANT_CONFIG_DIR.
To Top