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 | Text Processing Linguistic |
|---|---|
| Implementation | PHP |
A tool to summarize and search configuration data.