Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Retrieving Keywords using taxanomy
sabeer
Hi All,
I am using MT 4.2.1 version.I need to generate keywords using both summarization model and Taxanomies list .Can I please know how can we populate the keywords which should take from the taxanomies list a well.
Many Thanks,
Find more posts tagged with
Comments
Migrateduser
Sabeer,
I'm a little confused about your use case. Keywords,Key sentences and Key phrases are 'content based'(they come from inside the document), where as Taxonomy based keys are categorization keys, which MT generates after analyzing the content of the document.
Are you saying you want the Taxonomy based category names(labels) should be returned as keywords?
sabeer
Hi snkmoorthy,
I am not sure whether this is feasible.
In my use case first I need to return the values which matches in the taxanomy list(this should prioritized first) and then values from the keywords,key phrases needs to be populated at next.Is that possible??
Migrateduser
so if a document return categories A1 and B2 from a taxonomy, what are you expecting in the Keywords field?
sabeer
Is that possible to list both values??
Migrateduser
As I said, I'm yet to understand what you are trying to accomplish. What exactly do you mean by 'both values'?
Migrateduser
I would like to understand the "why" you need this too. I suspect your solution is trying to merge a PPC initiative with an SEO initiative.
The long and short is "Yes, you can do this." There are better or less better possible solutions - hence the need to know why.
Method 1
1. Set up the taxonomy so that MT tags your document in a field. We'll call the field "category."
2. Set up the summarizer so it places key phrases and/or words in the field "keywords."
3. Invoke iwresolveUIs
4. Write a processor that gets all the values of "category" and prepend it to the "keywords" value list.
By doing this you are redirecting outputs and so edits to the "keywords" fields will not be captured if the item is re-tagged.
Method 2
Another, perhaps preferred, method to achieve this would be to keep the two fields separate in MT and TagUI but in the Presentation Template merge the two fields in the meta keywords field. This keeps the integrety and editability of the fields in TeamSite/MetaTagger while potentially achieving the same goal (if my assumption about your goal is coorect.)
sabeer
Yes exactly I have already implemented like the method-2 which solved my purpose to allow user to get the keywords from the basic model and the taxanomy list as well so that user can also append their needed taxanomy from the tagger GUI if they required.
Anyway,Thanks for your inputs.............
Cheers,
Sabeer