DataTurks-Engg / Entity-Recognition-In-Resumes-SpaCy

Automatic Summarization of Resumes with NER -> Evaluate resumes at a glance through Named Entity Recognition
https://medium.com/@dataturks/automatic-summarization-of-resumes-with-ner-8b97a5f562b
442 stars 215 forks source link

Read another form of annotated data #6

Open asriabdelhakim opened 5 years ago

asriabdelhakim commented 5 years ago

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

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