-
Hi,
I tried calling StanfordCoreNLP from MacOS, however, it's getting stuck and it's not coming out after starting the server. Below is the log. Can anyone tell me the issue? Thanks in advance.
…
-
I am trying to run a very basic example as mentioned in the documentation, the CoreNLP server starts and is listening but nothing happens after it. I am not sure how to debug this.
Here is the cod…
-
The Stanford NLP documentation recommends changing to Stanza when working in Python:
> We are actively developing a Python package called Stanza, with state-of-the-art NLP performance enabled by de…
-
stanford-corenlp-x.x.x-models.jar not exists. You should download and place it in the C:\Users\User\Desktop\user\stanford-parser-full-2018-02-27\ first.
but the file stanford-corenlp-3.9.1-models.…
-
`stanford-corenlp-full-2014-01-04.zip` works great. The newest build (http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip) throws errors:
```
Stanford CoreNLP error? { [Error: Could…
buley updated
8 years ago
-
Stanford CoreNLP has released their official Python wrapper https://github.com/stanfordnlp/python-stanford-corenlp
Should we remove the support for the Stanford API in NLTK and replace it with `No…
-
![image](https://github.com/NLP-Suite/NLP-Suite/assets/142747083/b95cf944-ed87-4c4a-8e5c-56e19a07dd0d)
Using the sentiment analysis GUI on the web version of NLP suite I got results for all other a…
-
```
library(stansent)
check_setup()
#>
#> checking if Java is installed...
#>
#> checking if Java is installed...
#> java version "1.8.0_171"
#> Java(TM) SE Runtime Environment (build 1.…
-
Hi!
It seems like the CoreNLP version which is actually used in the code (stanfordnlp/corenlp.py) is
_stanford-corenlp-full-2015-04-20_ and not _stanford-corenlp-full-2013-06-20_.
Am I wrong…
-
When building the jar from GitHub head following the instructions in https://stanfordnlp.github.io/CoreNLP/download.html, the resulting code fails to load the NER models because of the extra "gazettee…