idio / json-wikipedia

Json Wikipedia, contains code to convert the Wikipedia xml dump into a json dump. Questions? https://gitter.im/idio-opensource/Lobby
17 stars 2 forks source link

Fix - plus chars being unquoted as spaces #35

Closed dav009 closed 8 years ago

dav009 commented 8 years ago

Connected to idio/json-wikipedia#36 Connected to idio/content-services#695

Almost all of the missing dbpedia_rels in the new ontology (that are in the old one) are identifiers that have a +.

Java URLDecoder.decode transform + into spaces, apperantly this is the cause of the evil.

keynmol commented 8 years ago

Parent issue?

dav009 commented 8 years ago

?

dav009 commented 8 years ago

@keynmol created an issue for this. No idea why the old ontology hanlded these in a good way tho.