java - How to get the content of an answer? -
i'm trying build data set based on stackoverflow question , answers testing natural language processing algorithms. far, have small java program based on set of keywords retrieves questions stackoverflow tagged these keywords.
in next step, need retrieve actual content of question. in other words, given question id, how can retrieve content (content==the actual text written user)?
is possible stackoverflow api?
if not, there workaround?
here's example url getting content of question:
http://api.stackoverflow.com/1.1/questions/16640957?body=true
the content in body
field. more info.
Comments
Post a Comment