Having worked with the "original" Watson, I saw first hand how the system stumbled upon a particularly stupid but hard problem as it tried to scale. In 2014, I saw a demo of the original Discovery Advisor, which was at the time the closest commercial equivalent to the "Jeopardy system." This demo took in Wikipedia as a corpus, and a question was asked: "what country produced the greatest amount of wheat in 2012?" The…
In R you can read data from tables like this:
df
In google sheets =ImportHtml("http://en.wikipedia.org/wiki/Upper_Peninsula_of_Michigan","table",3)
In Python+Pandas df=pandas.read_html('https://en.wikipedia.org/wiki/List_of_postal_codes_of_Canada:_M', header=0)[0]