jmfillman Posted December 26, 2006 Share Posted December 26, 2006 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 application2. PHP checks each word in the array against two dictionary tables3. When the first wrong word is found, identify it with html color coding, and DO NOT check any more words4. Do a Soundex check against 1 MySQL dictionary table for upto 10 suggested alternatives5. Return the entire initial array with the first incorrect word6. Return the suggested alternatives Link to comment https://forums.phpfreaks.com/topic/31909-spell-check-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.