nn116003/torchtext-tutorial
torchtext-tutorial (text classification)
This tutorial helps you build a text classification model using your own Japanese text data. You'll input a collection of Japanese documents, and the output will be a model capable of categorizing new Japanese texts. This is ideal for anyone working with Japanese text who needs to automatically sort or label documents.
No commits in the last 6 months.
Use this if you have a set of Japanese documents you want to automatically classify into different categories.
Not ideal if you are working with languages other than Japanese, or if you don't have your own labeled text data for training.
Stars
32
Forks
6
Language
Jupyter Notebook
License
—
Last pushed
Mar 06, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/nn116003/torchtext-tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch