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
Post a Comment