brendano / stanford_corenlp_pywrapper

151 stars 59 forks source link

Include Using Cygwin Windows x64 Platform or/and Python in Visual Studio #33

Open KhalilKhalaf opened 8 years ago

KhalilKhalaf commented 8 years ago

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 -> https://github.com/brendano/stanford_corenlp_pywrapper/issues/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