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

Core NLP uses [xalan:xalan](https://xalan.apache.org/) in the [latest version](https://mvnrepository.com/artifact/xalan/xalan/2.7.2) as a dependency, which has several known vulnerabilities. As this project is deprecated, no fix will be provided. It is advisable, to...

CoreNLP version 4.5.0 using `pos lemma depparse`. I run the pipeline within Spark (Scala). I lazy initialise the CoreNLP pipeline and I broadcast the pipeline to each executor using lazy...

Hello guys, I'm trying to mimic this code from python into java but I can't find the way to do it properly. The python code is the following: ```python annotators...

I get this error when having in the `CLASSPATH` the DeepLearning4J and ND4J jars. This happens only when initializing `CoreNLP` *and* `DeepLearning4J`, while the latter works alone. ``` { Error:...

There's a wandb integration available for java. It might be nice to add, but only if it can silently ignore wandb when the python wandb isn't installed.

I'm using [poorna-kumar/gendermeme-core](https://www.github.com/poorna-kumar/gendermeme-core) in conjunction with CoreNLP and since upgrading to the latest version I am unable to make anything work due to the change to the Quote annotator. The...

All edits are part of the public domain. This provides more flexibility to the CoreMapExpressionExtractor and the matches returned. I have a use case where I want to see all...

Currently, this project uses 7.5.0 of Apache Lucene: https://github.com/stanfordnlp/CoreNLP/blob/main/pom.xml#L77 As a result, the following vulnerability is introduced into projects: * https://osv.dev/vulnerability/OSV-2023-705 * https://github.com/apache/lucene/pull/12462 We use [Sonartype IQ Server (NexusIQ)](https://help.sonatype.com/en/sonatype-iq-server.html) to...

Hello, I'm trying to train a shift-reduce parser using this technology but I need some help since I'm having trouble doing it. I'm trying to execute the command: java -mx10g...

### Discussed in https://github.com/stanfordnlp/CoreNLP/discussions/1412 Originally posted by **NeilWP** January 30, 2024 The docs and advice I have for Entity search in a C# class suggest I install Stanford.NLP.Core.NLP and then...