CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
-
Updated
Aug 8, 2025 - Java
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
XQuery wrapper around the Stanford CoreNLP pipeline
ClaimLinker is a Web service and API that links arbitrary text to fact-checked claims, offering a novel kind of semantic annotation of unstructured content. The system is based on a scalable, fully unsupervised and modular approach that does not require training or tuning and which can serve high quality results at real time.
Extensions for and tools to work with CoreNlp
Maven project for Yonsei Hands-on Text Mining course
🔍 ArticleAnalyzer allows you to scrape articles from web pages, clean the content, and analyze it. It leverages the power of natural language processing (NLP) and machine learning to extract valuable insights from the articles. You can identify relevant information, perform part-of-speech tagging, and even analyze if your interests are mentioned
Example for StanfordNLP and OpenNLP
Evaluate semantic annotation of Twitter's conversations through NLP and data mining algorithms in Java language
Sentiment analysis on tweets about COVID-19.
Identify/classify words and actions from a given sentence
This Java program uses Stanford CoreNLP library to perform sentiment analysis on user input. The program then prints the sentiment value using the SentimentCoreAnnotations class. It's a good starting point for building more complex natural language processing applications.
Assignments of Natural Language Processing by Dan Jurasky & Chris Manning of Stanford University
This is a project for software principles, where I need to create an application to allow a CV input and then display a ranked list based on the ranking of CV strength, which is evaluated with Stanford NLP usage. Although a UI wasn't needed as part of the requirements, I have implemented such.
Project for Hacky New Year 2021
Add a description, image, and links to the stanford-nlp topic page so that developers can more easily learn about it.
To associate your repository with the stanford-nlp topic, visit your repo's landing page and select "manage topics."