Hello all, I need to add functionality to a small ROR site that will take a keyword as input and then use google (or another search engine) to find similar phrases. So, for instance, if I searched for "soda", it would return "Coke, Pepsi, Cola, soft drink", etc. Anybody have any idea how to start on this one? I thought Google had some sort of related keyword-type search a few years back, but I can''t seem to find it. --------------------------------- Get the Yahoo! toolbar and be alerted to new email wherever you''re surfing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Will Gant wrote:> Hello all, > I need to add functionality to a small ROR site that will take a keyword > as input and then use google (or another search engine) to find similar > phrases. So, for instance, if I searched for "soda", it would return > "Coke, Pepsi, Cola, soft drink", etc. Anybody have any idea how to start > on this one? I thought Google had some sort of related keyword-type > search a few years back, but I can''t seem to find it.Not sure if this will work with just a keyword (and not a block of text), but maybe the Yahoo term extractor API? http://nate.koechley.com/blog/2006/01/17/most-underrated-api-the-yahoo-term-extractor/ Let us know when you figure something out. Would be useful to expand the results of a fulltext search, for example. Chris Kampmeier http://kampers.net -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This might be useful: http://agilewebdevelopment.com/plugins/acts_as_suggest -- Benjamin Curtis http://www.bencurtis.com/ -- blog http://agilewebdevelopment.com/rails-ecommerce -- build e-commerce sites with Rails On Jun 23, 2007, at 9:25 AM, Will Gant wrote:> Hello all, > I need to add functionality to a small ROR site that will take a > keyword as input and then use google (or another search engine) to > find similar phrases. So, for instance, if I searched for "soda", > it would return "Coke, Pepsi, Cola, soft drink", etc. Anybody have > any idea how to start on this one? I thought Google had some sort > of related keyword-type search a few years back, but I can''t seem > to find it.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---