Aspell Functions


The Aspell functions enable you to implement a simple method of spell checking. This is ideal for checking spelling in user input and so on. At the time of writing, current versions of Aspell lacked the correct libraries for support in PHP. You need to obtain an earlier version of Aspell (0.26.2 works), although the author says this will be included again in later versions. You can obtain Aspell from http://aspell.sourceforge.net/. Please be aware that with the release of the pspell extension in PHP 4.0.2, aspell is no longer a supported extension.