python - What method should I employ to extract keywords from a URL? -


i working on extraction of keywords. system takes url input , output supposed keywords describing contents of url. considering textual parts now. know methods can employ extracting keywords urls , how compare each other. suggestions , redirections welcome.

i think can use method

read site urllib ( http://docs.python.org/library/urllib2.html?highlight=urllib2#module-urllib2 ) , remove tags , create plane text of site

then check word used more. create top tens ( or count )


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -