Yahoo Word Extraction CFC on RIAForge
Have you ever wanted to get key words from content? Say you have a product description and you want to tag the product based on keywords on it product description - well now you can.
All you do is call the termExtraction CFC and pass it your appID and content:
<cfset request.tags_list = request.termExtractionObj.termExtration(request.AppID,form.context) />
This then returns a list in query format of the keywords from your content! How sweet is that. I'm intending to update this blog with tagging using this component.
Automated Tagging!!
TermExtraction.cfc can be downloaded and played with from RIAForge





Cheers.