Stanford CoreNLP

Stanford CoreNLP#

https://stanfordnlp.github.io/CoreNLP/assets/images/corenlp-title.png

Description#

Stanford CoreNLP provides a set of natural language analysis tools written in Java. It can take raw human language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize and interpret dates, times, and numeric quantities, mark up the structure of sentences in terms of syntactic phrases or dependencies, and indicate which noun phrases refer to the same entities.

Home page for this solution: https://stanfordnlp.github.io/CoreNLP/

Overview#

Key

Value

Name

CoreNLP

Description

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

License

GNU General Public License v3.0

Programming Language

Java

Created

2013-06-27

Last update

2025-03-31

Github Stars

9838

Project Home Page

http://stanfordnlp.github.io/CoreNLP/

Code Repository

stanfordnlp/CoreNLP

OpenSSF Scorecard

Report

Note:

  • Created date is date that repro is created on Github.com.

  • Last update is only the last date I run an automatic check.

  • Do not attach a wrong value to github stars. Its a vanity metric! Stars count are misleading and don’t indicate if the SBB is high-quality or very popular.