javascript - Best way to get word frequency counts for a website? Or part of a website? -


pretty simple, looking simple means of extracting word frequencies given website, or section of website.

i interested in calculating average distance between 2 given words throughout website. units of distance being in words.

i asking question because quite frankly haven't been able find information leading intuition of performing such task. don't have experience web spidering or scraping of kind.

thanks (i asked question earlier, wasn't formed)

you try use scrapy. quite powerful tool scrapping websites, may require knowledge of regular expressions , xpath. try follow tutorial.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -