Entity-Recognition-In-Resumes-SpaCy icon indicating copy to clipboard operation
Entity-Recognition-In-Resumes-SpaCy copied to clipboard

Read another form of annotated data

Open asriabdelhakim opened this issue 5 years ago • 0 comments

How can i read my annotated data ? "annotation": [ [ 79, 99, "Nom complet" ],

  1. This is the annotated data of the code: "annotation": [ { "label": [ "Companies worked at" ], "points": [ { "start": 1749, "end": 1754, "text": "Oracle" } ] },

asriabdelhakim avatar Mar 10 '19 11:03 asriabdelhakim