eXist-db/exist-stanford-nlp
XQuery wrapper around the Stanford CoreNLP pipeline
This tool helps you quickly identify and categorize key entities like people, places, and organizations within your text documents. You input raw text in various languages, and it outputs the text with recognized entities highlighted and categorized. Anyone working with large collections of textual data, such as researchers, archivists, or content managers, would find this useful.
No commits in the last 6 months.
Use this if you need to automatically extract and visualize named entities from unstructured text stored within an eXist-db database.
Not ideal if you're not already using eXist-db for document storage or if you require advanced custom natural language processing models beyond standard entity recognition.
Stars
12
Forks
5
Language
Java
License
LGPL-2.1
Category
Last pushed
Sep 15, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/eXist-db/exist-stanford-nlp"
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,...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
dkpro/dkpro-core
Collection of software components for natural language processing (NLP) based on the Apache UIMA...
apache/opennlp-sandbox
Apache OpenNLP Sandbox