stanford_corenlp_pywrapper
stanford_corenlp_pywrapper copied to clipboard
These are just few minor edits to port the code to Python 3 since Python 2 is no longer supported.
I have used windows 7 32 bit OS, there are showed this error while i am using our source code. Please help me.
Does this wrapper have sentiment distribution as well?
I am running this with python 3.4 and after installing when I run following command from stanford_corenlp_pywrapper import CoreNLP I get an error File "/Volumes/anupam_work/test/stanford_corenlp_pywrapper/stanford_corenlp_pywrapper/**init**.py", line 1, in from sockwrap...
What does 'parse' return? I am trying to perform the same thing but on Windows so I am using pycorenlp. Can you please output that as well as an example?
``` Initiating CoreNLP service connection... Downloading data from http://nlp.stanford.edu/software/stanford-corenlp-full-2017-06-09.zip 389701632/390211140 [============================>.] - ETA: 0sINFO:CoreNLP_PyWrapper:Starting java subprocess, and waiting for signal it's ready, with command: exec java -Xmx4g -XX:ParallelGCThreads=1 -cp '/Users/prakritidev/anaconda/lib/python3.6/site-packages/stanford_corenlp_pywrapper/lib/*:/Users/prakritidev/Desktop/R-NET-in-Keras-99994adf4dc23ebcc82352403abc4af8d0403c70/lib/stanford-corenlp-full-2017-06-09/*'...
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...
How can one install this module with anaconda?
I was wondering if there was any way to prevent all of the output from the library when the server is starting up? I know there's ways I can suppress...
When I try running: ``` corenlp = CoreNLP("ner", corenlp_jars=["/Users/justking14/stanford-corenlp-python/stanford- corenlp-full-2014-08-27/*"]) result = corenlp.parse_doc(data) print(str(result)) ``` I get the following error ``` Exception in thread "main" java.lang.IllegalArgumentException: No annotator named entitymentions...