CogComp/cogcomp-nlp
CogComp's Natural Language Processing Libraries and Demos: Modules include lemmatizer, ner, pos, prep-srl, quantifier, question type, relation-extraction, similarity, temporal normalizer, tokenizer, transliteration, verb-sense, and more.
This project offers a collection of tools to process and understand human language within text. It takes raw text as input and can identify things like word types (nouns, verbs), names of people or places, and relationships between concepts. It is designed for researchers and data scientists who need to extract structured information from unstructured text for analysis or further processing.
479 stars. No commits in the last 6 months.
Use this if you need to programmatically analyze text to identify linguistic structures, extract specific entities, or understand semantic relationships.
Not ideal if you're looking for a simple, off-the-shelf application with a graphical user interface for basic text analysis.
Stars
479
Forks
145
Language
Java
License
—
Category
Last pushed
Jul 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/CogComp/cogcomp-nlp"
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...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
apache/opennlp-sandbox
Apache OpenNLP Sandbox