You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize if this might sound noob. I am new to Unix and to Python.
Earlier, I tried python in Visual Studio, and then to include this wrapper. But I reached a wall since this wrapper only supports Unix but not Windows.
Therefore, now I am trying to use this wrapper using Cyqwin Terminal on Windows 10 OS. And each time I try to execute my .py dile, I get this error:
Could not find or load main class corenlp.SocketServer
I followed the other issue in repository -> #19
but couldn't make it work. I would appreciate any guidance/discussion on how to do it step by step, I don't mind uninstalling all then redo again since I included and modified many times as trial and error.
We have test.py file (Which are the source code for our program)
We have this wrapper
We installed Cyqwin
We installed java (but not from within Cyqwin, if it make a difference !!)
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I apologize if this might sound noob. I am new to Unix and to Python.
Earlier, I tried python in Visual Studio, and then to include this wrapper. But I reached a wall since this wrapper only supports Unix but not Windows.
Therefore, now I am trying to use this wrapper using Cyqwin Terminal on Windows 10 OS. And each time I try to execute my .py dile, I get this error:
Could not find or load main class corenlp.SocketServer
I followed the other issue in repository -> #19
but couldn't make it work. I would appreciate any guidance/discussion on how to do it step by step, I don't mind uninstalling all then redo again since I included and modified many times as trial and error.
Thank you
The text was updated successfully, but these errors were encountered: