Introducing G2.ai, the future of software buying.Try now
Stanford CoreNLP
Save to My Lists
Unclaimed
Unclaimed

Top Rated Stanford CoreNLP Alternatives

NLTK
(48)
4.4 out of 5

Stanford CoreNLP Reviews & Product Details

Stanford CoreNLP Overview

What is Stanford CoreNLP?

Stanford CoreNLP provides a set of natural language analysis tools that can give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, and mark up the structure of sentences in terms of phrases and word dependencies, indicate which noun phrases refer to the same entities, indicate sentiment, extract open-class relations between mentions, etc.

Stanford CoreNLP Details
Show LessShow More
Product Description
Stanford CoreNLP provides a set of natural language analysis tools that can give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, and mark up the structure of sentences in terms of phrases and word dependencies, indicate which noun phrases refer to the same entities, indicate sentiment, extract open-class relations between mentions, etc.

Seller
Description

The Stanford NLP Group is a renowned research entity specializing in natural language processing within the Computer Science Department at Stanford University. This group focuses on advancing the field of computational linguistics, developing cutting-edge algorithms and models for understanding, processing, and generating human language. Their work spans various applications, including machine translation, sentiment analysis, information retrieval, and more. The group is also known for creating widely-used NLP tools and resources, such as the Stanford CoreNLP library.

Stanford CoreNLP Media

Product Avatar Image

Have you used Stanford CoreNLP before?

Answer a few questions to help the Stanford CoreNLP community

10 Stanford CoreNLP Reviews

4.3 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
10 Stanford CoreNLP Reviews
4.3 out of 5
10 Stanford CoreNLP Reviews
4.3 out of 5
G2 reviews are authentic and verified.
Verified User in Online Media
GO
Small-Business (50 or fewer emp.)
"Develop a Working Understanding of Natural Langauge Processing"
What do you like best about Stanford CoreNLP?

The Stanford Parser is an easy introduction to natural language processing (NLP). The program uses a combination of approaches to identify and tag both the individual components (syntax) within a sentence and to accurately assign the relationship between the words (semantics). Users can download the Java based version of the program, or experiment with it on their website. Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

The Stanford Parser is one of many natural language parsers available on the market. I prefer Stanford for its ease and accessibility. The use of a recurrent neural network may produce greater results for someone working in a highly technical and linguistically complex environment, where immediacy and accuracy are equally weighted. Review collected by and hosted on G2.com.

Verified User in Management Consulting
GM
Mid-Market (51-1000 emp.)
"Natural Language parser with an ivy league touch"
What do you like best about Stanford CoreNLP?

The Stanford Parser is a natural Language parser that doesn't require a ivy league degree to use; plus it is free; which is a huge plus; I use it surprising more than you would think, as i am currently trying to use it to feed langue into a Machine Learning Data Structure; with the ultimate goal of creating a better chat bot Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

Although built on solid foundations; the User Interface is very 1990's / Early 2000's; If the GUI was re-designed or even updated to modern standards, i feel it would benefit greatly. Review collected by and hosted on G2.com.

SJ
Print Server Manager
Mid-Market (51-1000 emp.)
"Excellent, easy to use POS tagger"
What do you like best about Stanford CoreNLP?

The amount of options that Stanford NER provides means you'll never go anywhere else for any kind of NER tasks Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

The lack of good support of non-English languages Review collected by and hosted on G2.com.

Verified User in Computer Software
GC
Enterprise (> 1000 emp.)
"The simplest tokenizer to implement for NLP problems"
What do you like best about Stanford CoreNLP?

Ease of use and implementation and works effectively in most cases. Open source license and straightforward algorithm. Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

There are more powerful tools out there like spaCy which use deep learning techniques to identify more information like context in a sentence. Review collected by and hosted on G2.com.

umesh s.
US
Software Engineer
Information Technology and Services
Small-Business (50 or fewer emp.)
"Java implemented NLP API for Named Entity Recognization by Stanford!!"
What do you like best about Stanford CoreNLP?

it's an open source and very easy to use this library in java , it splits the sentence and gives the words(entity) as a result which actually makes sense like person,location etc , for using it into the java,

1) we need to import edu.stanford.nlp.* and then

2) we have to set all the properties which we want to list.

3) then we have to create text document and pass it to the StanfordCoreNLP's annote () method.

and you'll get all the Entities present in your text or document Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

this project is evolving right now so it's not true that you'll get accurate result for every scenario all the time!! Review collected by and hosted on G2.com.

Verified User in Public Policy
GP
Small-Business (50 or fewer emp.)
"Useful tool for social scientists assessing textual topic models "
What do you like best about Stanford CoreNLP?

Ability to train a topic model since most textual analysis programs I have used does not have the utility to train a program to be specific to a particular dataset. Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

Not as effective for small sample sized texts. Since the program's primary focus is on training topic models, there is not an effective amount of analysis on smaller documents, which makes programs with built in textual analysis (such as sentiment based, natural language processing) more useful. Review collected by and hosted on G2.com.

Verified User in Internet
GI
Enterprise (> 1000 emp.)
"A pretty good collection of NLP tools and libraries"
What do you like best about Stanford CoreNLP?

It has the most common, and even some uncommon, algorithms implemented. And the best part is, they are in Java! Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

I think documentation can be a little difficult to use. But still much better than many other ML libraries. Review collected by and hosted on G2.com.

Verified User in Research
GR
Small-Business (50 or fewer emp.)
"favorite tokenizer"
What do you like best about Stanford CoreNLP?

I have been using Stanford tokenizer for six years and I love it. It's easy to integrate with any application and can recognize special character like ",", "$" etc. It also has the functionality of removing token matched with some regex. It also has a variety of configuration according to the user's requirements. Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

It converts bracket to other symbols e.g. LCB-, -LRB-, -RCB-, -RRB which sometimes require extra processing later. Review collected by and hosted on G2.com.

Verified User in E-Learning
GE
Small-Business (50 or fewer emp.)
"To discover"
What do you like best about Stanford CoreNLP?

Its levels of ease, the code, and clear new product to make known to the general public and productive. Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

The file extraction is rather slow. Review collected by and hosted on G2.com.

Verified User in Civic & Social Organization
GC
Small-Business (50 or fewer emp.)
"The go to NLP Parser"
What do you like best about Stanford CoreNLP?

I've used the Stanford NLTK parse is various natural language processing projects. It works very well, documentation is good enough. Review collected by and hosted on G2.com.

What do you dislike about Stanford CoreNLP?

There is nothing I would specifically call out about the Stanford NLP Parsing tools. Review collected by and hosted on G2.com.

Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

Stanford CoreNLP