-
The [documentation for Stanford CoreNLP](https://stanfordnlp.github.io/CoreNLP/download.html) states that the POM configuration should be:
```xml
edu.stanford.nlp
stanford-corenlp
…
-
```
Initiating CoreNLP service connection... Downloading data from http://nlp.stanford.edu/software/stanford-corenlp-full-2017-06-09.zip
389701632/390211140 [============================>.] - ETA: 0…
-
I installed the environment and ran the demo code. However, I can not get the feedback from the client. Is there any issue with my set up?
![image](https://github.com/philipperemy/stanford-openie-py…
-
We attempted to use -ssl and -key options to establish SSL communication with the CoreNLP server per [the documentation](https://stanfordnlp.github.io/CoreNLP/corenlp-server.html#command-line-flags). …
-
Hi! I wonder if anyone has used the Wrapper to parse Chinese texts before?
I have the following code:
from stanford_corenlp_pywrapper import sockwrap
parser_path = "/Users/hbyan2/Downloads/stanford-…
-
Environment: macOS Monterey 12.1 (21C52)
```bash
$ python3 common/stanfordcorenlp/server.py
Starting Stanford CoreNLP Server from /Users/b/kgen/common/stanfordcorenlp
Stanford CoreNLP Server s…
-
Greetings!
It looks like you have the most up-to-date version of this package -- any chance you could update it to CoreNLP 3.4?
When I just change the version numbers in corenlp.py, I get a hang:
``…
-
Hello,
I'm trying to use the corenlp-it add-on but I'm always getting a ClassNotFoundException.
Here's my setup:
CoreNLP 4.2.0 -> base_path/corenlp4.2.0
CoreNLP-it -> base_path/corenlp-it…
-
I'm getting an error when I try to run corenlp.py
```
$ python corenlp/corenlp.py
java -Xmx3g -cp stanford-corenlp-full-2013-11-12/stanford-corenlp-3.3.0.jar:stanford-corenlp-full-2013-11-12/stanf…
-
I don't want to write down rules of extraction triples of relations as we do using Spacy, like example below (The reason is that there is many and i don't have proficiency to write all of them):
``…