iss-lab/nifi-stanfordcorenlp-processor
Nifi Stanford CoreNLP Processor
This tool helps data engineers and operations engineers automatically extract key details from unstructured text. It takes in text data, often within JSON files, and identifies entities like organizations, locations, people, or dates. The output is the original text enriched with the extracted entities, making it easier to route or analyze information in large data flows.
No commits in the last 6 months.
Use this if you need to automatically identify and categorize specific types of named entities within a continuous stream of text data using Apache NiFi.
Not ideal if you need a wider range of natural language processing features beyond named entity recognition, such as sentiment analysis or dependency parsing.
Stars
11
Forks
1
Language
Java
License
MIT
Category
Last pushed
May 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/iss-lab/nifi-stanfordcorenlp-processor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
apache/opennlp-sandbox
Apache OpenNLP Sandbox