stevewyl/nlp_toolkit
Basic NLP Toolkits include text classification, sequence labeling etc.
This toolkit helps you automatically categorize Chinese text or extract specific information (like names or locations) from it. You provide raw Chinese text data labeled with categories or specific parts you want to extract, and it generates a model that can process new, unlabeled text. This is for data analysts, researchers, or anyone working with large volumes of Chinese text who needs to quickly sort content or identify key entities.
No commits in the last 6 months. Available on PyPI.
Use this if you need to build custom models for classifying Chinese text into categories (like positive/negative sentiment) or labeling sequences of text to extract entities (like product names or dates).
Not ideal if your task requires multi-label text classification or if you need to process languages other than Chinese without custom modifications.
Stars
39
Forks
4
Language
Python
License
MIT
Category
Last pushed
Aug 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/stevewyl/nlp_toolkit"
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.