-
Hello there,
I am not sure if it was intended to be developed this way, but this is how nltk/nltk/parse/stanford.py looks like now:
`stanford_jar = max(
find_jar_iter(
…
-
```
python corenlp/corenlp.py -H ip -p 3456
Traceback (most recent call last):
File "corenlp/corenlp.py", line 592, in
main()
File "corenlp/corenlp.py", line 580, in main
nlp = StanfordCo…
-
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…
-
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). …
-
I was trying the installation process as described in the readme. However after the second line, I run into an error and am unable to figure out why. Please help.
>>
Desktop % giveme5w1h-corenlp ins…
-
I'm a little confused about this step:
> Stanford CoreNLP is also needed. Install separately and make a symbolic link java-lib to it.
So, I downloaded the `stanford-english-corenlp-2016-01-10-models…
-
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_p…
-
Current code in java/bash:
```bash
export CLASSPATH=/home/shleifer/stanford-corenlp-full-2018-10-05/stanford-corenlp-3.9.2.jar:stanford-corenlp-3.9.2-models.jar
cat $1 | java edu.stanford.nlp.pro…
-
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…
-
Manually ported from Syna3C/Syna3C-Project where @shonore commented on Jun 24:
> Natural Language Processing (NLP) - We need to present what NLP is to Amelia and other stakeholders. In addition, we…