2009/8/28 Rails List <[email protected]>: > > Kyle F wrote: >> Looks like acts_as_taggable_on is what you need. The example included >> on that page should make it pretty easy to do. >> >> http://github.com/mbleigh/acts-as-taggable-on/tree/master >> >> >> On Aug 27, 8:21�am, Rails List <[email protected]> > > Thanks Kyle, unfortunately there is no provision wherein it generates > tags automatically ( I still have to assign it explicitly - which I > don't want to)
You're trying to pick out keywords out of the description to use as tags? You could use a language parser to pick out sentence components - Subject, Direct Object - and use those as tags. http://deveiate.org/code/linkparser/ g. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

