CoreNLP icon indicating copy to clipboard operation
CoreNLP copied to clipboard

CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.

Results 152 CoreNLP issues
Sort by recently updated
recently updated
newest added

Hi :wave: , with transitive phrasal verbs the direct object can appear between the verb and the particle. The dependency parser often fails in these cases and marks the relation...

algorithm-error
depparse

Hi :wave: , please take a look at the examples provided below. The examples were processed with [corenlp.run](corenlp.run). The POS-tagger and the Coref-annotator (mention detection) often fail for extraordinary names....

algorithm-error
pos

The consequence is that if a collection of documents is processed in a different order, the results may be different, sometimes correct and sometimes incorrect. One might say that SUTime...

Currently CoreNLP project uses [old version of Java Servlet API 3.0.1](https://github.com/stanfordnlp/CoreNLP/blob/main/pom.xml#L80-L84). It was released way back in [2011](https://github.com/javaee/servlet-spec/releases/tag/3.0.1). Security scanner is showing it as EOL version. Is it possible to...

fixed on dev

Given the sentence `Aspirin causes bleeding and Ibuprofen reduces inflammation.`, the new SR parser (the suggested) builds the wrong result. The former parser (default one) builds it right. Code to...

Xerces is a transitive dependency coming via xom into CoreNLP. It has a vulnerability CVE-2022-23437 and needs to be upgraded to 2.12.2. I can see that xom has no new...

Hi, I just encountered this error while trying the tokensregex syntax at http://corenlp.run/ - Version **4.4.0** - Example of a working pattern: `the very* first? day of the tentacle` ![image](https://user-images.githubusercontent.com/4158840/156548894-b3202305-c95d-42b6-ba48-8aadcecf557b.png)...

I have download stanfordcorenlp 3.9.1.1 and the newest zip file stanford-corenlp-latest, still download Chinese model jar in this folder, when I run the code, ``` from stanfordcorenlp import StanfordCoreNLP sentence...

i can't access needed models, parsers, taggers, etc... it seems they have all been isolated to each contributing institution's repositories, and some of them are firewalled/broken to repos/versioning instances. great...