TellMeFirst / tellmefirst

TellMeFirst is a tool for classifying and enriching textual documents via Linked Open Data.
http://tellmefirst.polito.it/
Other
24 stars 14 forks source link

GetImage #7

Closed giuseppefutia closed 9 years ago

giuseppefutia commented 9 years ago

I have to change the mechanism to retrieve the image scraping the Wikipedia page.

Element image = doc.select("img").first();
giuseppefutia commented 9 years ago

I have used a different implementation to get image from Wikipedia pages, and now the getImage() service works again.