Calling Spacy from Matlab did not work #13530
Unanswered
Saswati-Project
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project which is a combination of NLP and some other computation. I wrote the NLP part of my code in Python where I used Spacy. The NLP task was based on NER. The computation part of my code was implemented in Matlab. I need to call the Python module from the Matlab. I implemented the calling pipeline using the video tutorial Calling Python Libraries from MATLAB . However, I get an error message that "Error using final_output>Python Error: ModuleNotFoundError: No module named 'spacy'"
The following is the Python code block
The Matlab code is
Although the Python code worked well with PyCharm, the Matlab code did not. How can I solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions