I have tried that code and while executing getting below error.
File "C:\Users\Anaconda3\lib\site-packages\spacy-2.1.3-py3.6-win-amd64.egg\spacy\util.py", line 136, in load_model
raise IOError(Errors.E050.format(name=name))
OSError: [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.
No idea how to resolved it. I have installed spacy and import load.
Hi Dinesh,
I have tried that code and while executing getting below error.
File "C:\Users\Anaconda3\lib\site-packages\spacy-2.1.3-py3.6-win-amd64.egg\spacy\util.py", line 136, in load_model raise IOError(Errors.E050.format(name=name)) OSError: [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.
No idea how to resolved it. I have installed spacy and import load.
Can you please help on this