MartinoMensio / claimreview-collector

dataset processing part of https://github.com/MartinoMensio/MisinfoMe
1 stars 0 forks source link

add microdata to jsonld converter #1

Closed isspek closed 5 years ago

isspek commented 5 years ago

Added new function to convert microdata to jsonld.

Algorithms works as follow: 1- Flatten to microdata 2- Edit keys and values corresponding type on flatten json 3- Unflatten json to recover nested version 4- Convert json to list.

It seems working but double check is always good. And feel free to edit if you see problem on time complexity or any bug.

MartinoMensio commented 5 years ago

Nice work, I'm testing it and it is working on the claimReview items from politifact that use microdata!

Just doing some more checks and the merge is ready