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

We are creating image for CoreNLP from below DockerFile and making it run as a container on an instance. However, we observed that corenlp is working as expected on commercial...

# TokensRegex https://stanfordnlp.github.io/CoreNLP/tokensregex.html ### TokensRegex **TokensRegex** is a framework within Stanford CoreNLP for defining regular expressions over text and tokens. It allows you to identify patterns in text and map...