-
CoreNLP version 3.6.0 has (at least) two changes which break PyStanfordDependencies:
- [x] `stemStaticSynchronized` was renamed to `stemStatic`
- [ ] This stack trace shows up for all `SubprocessBacke…
-
I'm getting an error when I try to run the built in English demo. I've downloaded CoreNLP, UDPipe, and the models, but I'm hitting an error in the Python code that runs right after CoreNLP.
Does th…
-
Hi,
While running unit tests on some code that uses SUTime, we noticed that all tests passed with Java 1.8 but that one failed with Java 11. In both cases we were using the same stanford-corenlp 3…
-
**Stock Sentiment Analyzer**
**Backend**: Java pulls in real-time financial news or social media data related to specific stocks and runs sentiment analysis using an algorithm (positive, neutral, n…
-
The following lif file has two views but I think serializer
.getContainer().getViews() gets only named entity view.
-----The lif file is generated by running named entity and tokenizer from http:…
-
After wget and unzip stanford-corenlp-full-2016-10-31.
And I execute "java -mx4g -cp "code/DataProcessor/stanford-corenlp-full-2016-10-31/*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer"
But I m…
-
Using Slick 3.2.3 with MySQL doesn't work. Following the config docs, with the following setup:
h2mem1 = {
url = "jdbc:h2:mem:test1"
driver = org.h2.Driver
connectionPool = disabled
keep…
-
With the current `CoreNLPParser.tag()`, the "retokenization" by Stanford CoreNLP is unexpected:
```python
>>> from nltk.parse.corenlp import CoreNLPParser
>>> ner_tagger = CoreNLPParser(url='http…
-
Hi,
We are using stanford CoreNLP for natural processing on pdf documents. We have a json response from stanford NLP , after it processes the document , and now we want to visualize the annotation …
-
Hi,
我最近在使用nltk 和 stanford corenlp。我发现 stanford 的词性标注标准 用的是 [Penn Chinese Treebank](http://www.cs.brandeis.edu/~clp/ctb/posguide.3rd.ch.pdf) ,如下
![image](https://cloud.githubusercontent.com/ass…