raghakot/keras-text
Text Classification Library in Keras
This is a library for Python developers who need to build text classification systems. It helps process raw text data, define vocabularies, and construct datasets for machine learning. Developers can then choose from various pre-built or custom neural network architectures to classify text documents.
422 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer building a text classification application and want to quickly implement and experiment with state-of-the-art deep learning models.
Not ideal if you are an end-user looking for a ready-to-use application or if you prefer a low-code/no-code solution for text classification.
Stars
422
Forks
97
Language
Python
License
MIT
Category
Last pushed
Jun 04, 2018
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/raghakot/keras-text"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
shibing624/pytextclassifier
pytextclassifier is a toolkit for text classification....
celtics1863/envtext
中文环境领域文本分析包,纯神经网络架构,支持EnvBert,LSTM,RNN,word2vec等模型,支持自定义模型,下游任务包括分类,回归,多选,情感分析,命名实体识别等,专题包括气候变化文本...
Sshanu/Relation-Classification-using-Bidirectional-LSTM-Tree
TensorFlow Implementation of the paper "End-to-End Relation Extraction using LSTMs on Sequences...
Langboat/Mengzi
Mengzi Pretrained Models
renjunxiang/Text-Classification
自然语言处理项目,目标是对文本进行分类。