Databases: MySQL Spell Checker
sam (contact me)
This class can be used to check the spelling of text.
It uses a MySQL database table to store the dictionary of valid words.
It can process a text and return all words that seem to be wrong. It may also highlight the wrong words using HTML tags to change the presentation style of the words to be highlighted.
For wrong words it may also provide a list of suggestions of words with similar sounding using the soundex algorithm.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (87.5%)
| Good (91.7%)
| -
| Sufficient (66.7%)
| -
| -
| Not sure (59.6%)
| 673 |
Click here for detailed information about this class on phpclasses.org