Searching for words that "sounds like…"

Written by Chris on July 8, 2008 – 7:22 pm -

This article is interesting:

http://lamp.codeproject.com/KB/recipes/soundslike.aspx

Combining methods to better search for words that sound like other words when searching a MySQL database

This kind of idea can be quite handy when combining feeds of data from different sources.

For example feed x may tell you the specifications of a product, feed y may tell you the the purchase information for a product and each feed may come from a different source e.g. feed y may come from a manufacturer and feed y may come from an affiliate network.

If the manufacture has a slightly different name for the product to the affiliate network (in this example), and the name is the only possible field on which to combine the data sources then it may be difficult to associate the two entries.

Methods such as the one illustrated allow us to make an varying levels of intelligent guess of what matches up with what, and as such can massively assist what could otherwise end up being an entirely manual matching process.



Popularity: 41% [?]

Sphere: Related Content

Related posts on coderchris.com:

  1. Personal Papers
    Not everyone has, or wants to have a device that they can read rss...
  2. Make Money With Wordpress And Matched.co.uk
    Everybody out there at the moment is trying to make money from their blog...
  3. Firefox Fail
    OK.... Let's make history..... LOL..... Oh Well... Popularity: 41% [?]SHARETHIS.addEntry({ title: "Searching for words...
  4. Webservices and the Curse of Email
    It always amazes me how little secure and reliable communication methods are implemented by...
  5. Holy Keyword Loaded Sub-domains Batman!
    After finding this in a random search on Google for CSV to SQL converters...


Posted in Cool Articles | Trackback |

Leave a Comment

RSS