stanford_corenlp_pywrapper
stanford_corenlp_pywrapper copied to clipboard
SockWrap Syntax error thrown.
I install Stanford_corenlp_pywrapper using pip as mentioned in your readme file. Now when trying to use it, I face an error stating that there is Syntax error in line 194 of sockwrap.py. I basically just tried importing the classes in ipython. Here is a screenshot for better reference :

Thank you.
I think you are using python 3. You can change the code in sockwrap.py by replacing ',' with 'as'.
This might work.