org.dbpedia.extraction.util
Calls a Wikipedia URL, handles redirects to a different language version, processes the response.
if true, follow HTTP redirects for languages that have been renamed and call the new URL, e.g. dk.wikipedia.org -> da.wikipedia.org. If false, throw a useful exception on redirects.
Processor for result of call.
result of processing
if followRedirects is false and this language is redirected to another language. The message of the HttpRetryException is the target language.
if another error occurs
Calls a Wikipedia URL, handles redirects to a different language version, processes the response.