stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
This tool helps researchers, data analysts, or linguists analyze raw text to extract structured information. You provide text documents, and it breaks them down into components like sentences, individual words, parts of speech, and recognized entities like names or locations. It's designed for anyone needing detailed linguistic processing of English text.
518 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to perform in-depth linguistic analysis on text, such as breaking sentences into words, identifying parts of speech, or recognizing named entities.
Not ideal if you're looking for a simple keyword search tool or if you need to process languages other than English.
Stars
518
Forks
104
Language
Python
License
MIT
Category
Last pushed
Jan 10, 2022
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/stanfordnlp/python-stanford-corenlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
apache/opennlp
Apache OpenNLP
stanfordnlp/CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing,...
dkpro/dkpro-core
Collection of software components for natural language processing (NLP) based on the Apache UIMA...
apache/opennlp-sandbox
Apache OpenNLP Sandbox
FraBle/python-sutime
Python wrapper for Stanford CoreNLP's SUTime