Hi
> But does anyone know of a company that can do this (maybe even self service?). It'd be great if we could get commentary from thousands of websites.
I think you can try:
DiffBot Discussion API - structures the full content of forum threads, article comments, product reviews
Or use Scrapy library to create your custom comment scrappers
You'll want to look into graph theory and visualization. d3.js is the most robust way to visualize, but there are packages that make it easier for R and python (though I'm not as familiar with them).
These packages usually take a list set of nodes (papers) and edges (one paper referencing another). I would iterate through and build this list, then feed it to whatever visualization package you're using.
Thanks, I'll look at those.
I've found Python 3 Text Processing with NLTK 3 Cookbook in my PacktPub account, do you know this book?