Jump to content

Spell Check Help


jmfillman

Recommended Posts

I'm not enough of a PHP expert to write this from nothing. I've reviewed pspell and it seems to require a separate installation program, which will not work for my application. I couldn't find any straightforward installation instructions either, so I'm not absolutely positive, but it doesn't quite seem to do what I need anyway.

What I need to do is as follows:
1. An array of text will be passed to PHP from another application
2. PHP checks each word in the array against two dictionary tables
3. When the first wrong word is found, identify it with html color coding, and DO NOT check any more words
4. Do a Soundex check against 1 MySQL dictionary table for upto 10 suggested alternatives
5. Return the entire initial array with the first incorrect word
6. Return the suggested alternatives
Link to comment
https://forums.phpfreaks.com/topic/31909-spell-check-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.