VI. Aspell 函数(已废弃)

简介

可以用 aspell() 函数对某个单词进行拼写检查并给出正确的拼写建议。

注: 该扩展已经被从 PHP 中删除,在 PHP 4.3.0 及以后的版本不再有效。如果想用 PHP 进行拼写检查,请使用 pspell。它使用 pspell 库,并且能够和更新版本的 aspell 一起工作。

需求

aspell 仅工作于非常旧(.27.* 及以前)版本的 aspell 库。无论是该模块,或是那些旧版本的 aspell 均不再被支持。如果需要 aspell 库,可以在 http://aspell.sourceforge.net/ 找到。

安装

在 PHP 4 中,本类函数仅在 PHP 编译时配置了 --with-aspell=[DIR] 时可用。

参见

参见 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]