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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -