Jump to:
| Project: | Auto Tagging |
| Version: | 6.x-1.4-beta3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
We are working on a module that does some similar things to autotagging and I would rather incorporate the your api implementations than recreate that functionality in our module.
We already have a basic implementation of our module so you can see what we are trying to do http://drupal.org/project/kwanalysis. The idea is to create a list of keywords from third party services that users can select from to tag their content. Which of course is what autotagging does, but we don't want to just accept all terms on node save. We want to allow users to select which words to use.
We also have the kwanalysis module hooked into our http://drupal.org/project/kwresearch module so that users can easily do additional research on extracted keywords.
The main problem with autotagging the way it is setup now is you have to define a vocabulary to get terms from the implementation modules. For our use case, the user might not want to auto save terms to a vocabulary.
I have some ideas on how with some tweeks I can get the autotagging module working for both the existing model and our use case. I wanted to see if you were open to incorporating these changes into autotagging, or had any other thoughts.
Regards,
Tom
Comments
#1
Hey Tom,
That sounds excellent! I agree, that would be a much-sought-after feature (Selecting keywords).
I'm happy to apply any patches or work you have in that direction. Just let me know.
-+Aaron
#2
Thanks.
Wanted to let you know I just finished the Alchemy module with a sub-module to integrate in with Auto Tagging. Alchemy provides some pretty good term extraction tools, better than Yahoo! IMO.