My requirement is to parse through a HTML document ( which will be an article) and come up with a few keywords which describe what the document is about.
For example, if a professor writes an essay about say, information security; i want to parse this HTML document and come up with keywords say, information security, secure data storage etc.
Are there any tools available for such parsing? Are there any algorithms employed to parse and come up with keywords??
VJ.