Wednesday, March 23, 2005

Well my first experiment with PHP5 was using the new SimpleXML extension , and I was definitely blown away as to how simple it makes parsing xml files and accessing the data.

I decided to implement something with the new yahoo api, and I decided to go with a simple spell checker. Now I coming across a little problem with this, yahoo only provides spelling suggestions if it can actually find something with that query, so that you can query with the correction. If it cant , no spelling suggestions are offered. I am hosting it here http://kashif.dotgeek.org/YahooSpellCheck.php and the source can be seen here http://kashif.dotgeek.org/YahooSpellCheck.php.txt

Can anyone offer some tips or further suggestions ?

No comments: