bjherger / ResumeParser

A framework to parse resumes, extract contact & other information, and check for required terms
367 stars 216 forks source link

can't find model 'en' #36

Closed AdamLouly closed 5 years ago

AdamLouly commented 5 years ago

getting this error when launching main.py guess something in confs? IOError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.

AshishDhadwal commented 5 years ago

Install spacy by running anaconda prompt in admin mode. pip install -U spacy python -m spacy download en.

AdamLouly commented 5 years ago

image

AshishDhadwal commented 5 years ago

pip install ujson

bjherger commented 5 years ago

@AdamLouly Are you still hitting issues?