III. Aspell functions [deprecated]

Введение

The aspell() functions allows you to check the spelling on a word and offer suggestions.

Требования

aspell works only with very old (up to .27.* or so) versions of aspell library. Neither this module, nor those versions of aspell library are supported any longer. If you want to use spell-checking capabilities in PHP, use pspell instead. It uses pspell library and works with newer versions of aspell.

Установка

You need the aspell library, available from: http://aspell.sourceforge.net/.

Смотрите также

See also pspell.

Содержание
aspell_check_raw --  Check a word without changing its case or trying to trim it [deprecated]
aspell_check -- Check a word [deprecated]
aspell_new -- Load a new dictionary [deprecated]
aspell_suggest -- Suggest spellings of a word [deprecated]