Projects / Pure PHP Spell Check

Pure PHP Spell Check

Pure PHP Spell Check performs spell-checking of text using only base PHP functions, without using specific spell check PHP extensions such as aspell or pspell. The class uses a dictionary that is implemented as an array-based binary search table. The binary search table declaration is saved to a file for speed and can be updated easily by the developer.

Tags
Implementation

RSS Recent releases

No changes have been submitted for this release.

Screenshot

Project Spotlight

Bitcoin

A peer-to-peer network-based digital currency.

Screenshot

Project Spotlight

libexplain

A library of system-call-specific strerror replacements.