apache/opennlp-models
Apache OpenNLP Models
This project provides pre-built linguistic models for understanding human language, making it easier to analyze text data. You can input raw text in dozens of languages and get back information like separated sentences, individual words, and their grammatical roles (e.g., noun, verb). It's designed for developers building applications that need to process and make sense of text from users or documents.
Use this if you are a software developer integrating natural language processing capabilities into your applications and need ready-to-use models for common tasks like sentence detection, tokenization, and part-of-speech tagging.
Not ideal if you are a non-technical end-user looking for a ready-to-use application to analyze text, as this project provides backend components for developers.
Stars
13
Forks
2
Language
Shell
License
Apache-2.0
Category
Last pushed
Jan 30, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/apache/opennlp-models"
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