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
444 stars 215 forks source link

Annotated Resume Link isn't working Properly #4

Closed wasi0013 closed 3 years ago

wasi0013 commented 5 years ago

The link to download 220 annotated resumes in the README.md isn't working.

https://dataturks.com/projects/abhishek.narayanan/Entity

Can you provide the dataset?

set92 commented 5 years ago

That's because you have to change the spaces to %20, and you will end up with https://dataturks.com/projects/abhishek.narayanan/Entity%20Recognition%20in%20Resumes

I did a pull request to fix it for the future.

The-Gupta commented 3 years ago

@wasi0013 , Here's the dataset.

wasi0013 commented 3 years ago

thanks