clojurenlp/core
Clojure wrapper for the Stanford CoreNLP Java library
This project helps Clojure developers process and understand human language within their applications. It takes raw text as input and can break it down into words, identify parts of speech, recognize named entities like locations or people, and analyze sentence structure. It's designed for Clojure programmers who need to integrate natural language processing capabilities.
107 stars. No commits in the last 6 months.
Use this if you are a Clojure developer building an application that needs to perform basic natural language processing tasks like text analysis, information extraction, or semantic understanding.
Not ideal if you are not a Clojure developer or are looking for a complete, production-ready NLP solution without needing to write code.
Stars
107
Forks
32
Language
Clojure
License
Apache-2.0
Category
Last pushed
Jan 04, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/clojurenlp/core"
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