News Feed
Jobs Feed
Sections




News Archive
Jason Sheet's Blog:
Soundex implemented in PHP
May 27, 2006 @ 11:52:57

On Jason Sheet's blog, there's a new post that offers up a brief tutorial on implementing the soundex functionality in PHP.

Soundex is an algorithim to help determine if a word sounds like another word; it is commonly used to detect words that are incorrectly spelled or to make the suggestion "did you mean ? instead of !?" For example if you typed in smythe using soundex a program could look for other names that sound like it and find that smith and smythe sound alike.

In this article I will demonstrate a PHP implementation of soundex, in practice this implementation has little value because PHP itself has soundex() function already but this article should help you understand how it works better.

He jumps right in, mentioning the steps the script will take (seven of them) before getting right to the code. He's written up his own soundex functionality packaged up nicely in a reusable function and has even compared it to the built-in PHP soundex function for accuracy.

1 comment voice your opinion now!
tutorial soundex implementation builtin simple function tutorial soundex implementation builtin simple function


blog comments powered by Disqus

Similar Posts

DevShed: Handling Views with CodeIgniter

Lorenzo Alberton's Blog: Navigation Through Paragraphs in an Article

Benjamin Eberlei's Blog: Test your Legacy PHP Application with Function Mocks!

Felix Geisendorfer's Blog: Include only the JS you really need

PHPBuilder.com: How Regular Are Your Expressions (The ABC's of PHP, Part 9)


Community Events











Don't see your event here?
Let us know!


tool code podcast application development interview opinion introduction community zendframework2 release unittest language framework object example testing functional conference series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework