-
Hello all, Sorry if I am not posting this at the right place, I am quite new to Git & Python.
It results in the following : Can someone walk me through how to set up such a recognizer? Also, what should i do if i wanted to use a different NLP model for this recognizer (for example to support french instead of English ?) Thanks in advance for your time and thanks for the work you put in on this package, it's really helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Found the solution by exploring the code files, and notably Here is the code that works in case it helps anyone :
Now I would like to process French text, how can I change the NLP engine in the |
Beta Was this translation helpful? Give feedback.
Found the solution by exploring the code files, and notably
spacyrecognizer.py
Here is the code that works in case it helps anyone :
Now I …