paudan/opennlp_python
Python NLTK module for interfacing with the Apache OpenNLP
This tool helps software developers integrate Apache OpenNLP's text analysis capabilities into Python applications. You provide raw text in various languages and pre-trained OpenNLP models, and it outputs structured linguistic information like part-of-speech tags, phrase chunks, or identified named entities (people, locations, dates, money, etc.). It's ideal for developers building natural language processing features within their applications.
No commits in the last 6 months.
Use this if you are a Python developer who needs to perform advanced natural language processing tasks like part-of-speech tagging, chunking, or named entity recognition using Apache OpenNLP within your NLTK-based projects.
Not ideal if you are an end-user seeking a ready-to-use application for text analysis without needing to write code or manage NLP libraries.
Stars
29
Forks
6
Language
Python
License
—
Category
Last pushed
May 11, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/paudan/opennlp_python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chrismattmann/tika-python
Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called...
sloria/TextBlob
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase...
cltk/cltk
The Classical Language Toolkit
allenai/scispacy
A full spaCy pipeline and models for scientific/biomedical documents.
wi2trier/cbrkit
Customizable Case-Based Reasoning (CBR) toolkit for Python with a built-in API and CLI.