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

can someone please resolve this #20

Closed pingaliSravanthi closed 4 years ago

pingaliSravanthi commented 5 years ago

image

Abhimanyu100 commented 4 years ago

You need to write encoding="utf8" in this line. Something like this with open(dataturks_JSON_FilePath, 'r', encoding="utf-8") as f: lines = f.readlines()