Zend - The PHP Company




Code Gallery: jeffwelch


Pure PHP Spell Check  

Type: class
Added by: jeffwelch
Entered: 19/07/2005
Last modified: 02/12/2005
Rating: - (fewer than 3 votes)
Views: 6130
This package performs spell checking of text using only base PHP functions, thus 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.




Search