Slide 10
Slide 10 text
FOSS.IN/2010, Bengaluru, India
Agrotagger
• What is it?
• Taxonomies
• Agrovoc
• Agrotags
• Document (pdf, ppt. odp, odt) conversion to text
• Stop words removal and stemming of converted text
• Intersection of list of words with Agrovoc terms...
• a bag of Agrovoc terms generated!
• Mapping of a bag of Agrovoc terms with Agrotags...
• a set of Agrotags generated!
• Probability analysis of Agrotags generated on...
• Length of a phrase in words
• Frequency of the words
• Node Degree of the candidate terms
• Occurrence based on location of the terms
• Appearance: Binary Variable to check the presence
of the terms.
• Extracted top “n” Agrotags as an output!
Yikes!