Here are
54 public repositories
matching this topic...
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Updated
Sep 14, 2020
Jupyter Notebook
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Updated
Jun 1, 2020
Jupyter Notebook
基于Pytorch和torchtext的自然语言处理深度学习框架。
Updated
Jan 10, 2020
Python
In PyTorch Learing Neural Networks Likes CNN(Convolutional Neural Networks for Sentence Classification (Y.Kim, EMNLP 2014) 、LSTM、BiLSTM、DeepCNN 、CLSTM、CNN and LSTM
Updated
Apr 23, 2019
Python
Easy to use NLP library built on PyTorch and TorchText
Updated
Dec 7, 2019
Python
A set of tutorials for torchtext
Updated
Jan 31, 2019
Jupyter Notebook
torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.
Updated
May 25, 2019
Jupyter Notebook
UNF(Universal NLP Framework)
Updated
Mar 6, 2020
Python
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Updated
Aug 18, 2020
Jupyter Notebook
PyTorch repository for text categorization and NER experiments in Turkish and English.
Updated
May 28, 2019
Python
code for nlp beginner, including Sentiment Analysis, NER, NLI and Language Model.
Updated
Oct 4, 2019
Python
torchtext-tutorial (text classification)
Updated
Mar 6, 2018
Jupyter Notebook
Make Torchtext work with Keras.
Updated
Apr 3, 2019
Python
A deep learning text classification demo: CNN/LSTM/GRU for text classification based on pytorch. 深度学习文本分类的入门demo:CNN/RNN/双向LSTM和单向LSTM/双向GRU和单向GRU, 基于pytorch
Updated
Dec 24, 2019
Python
Seniment Analysis in Torchtext
Updated
Apr 29, 2018
Jupyter Notebook
Collection of Notebooks for Natural Language Processing with PyTorch
Updated
Jan 31, 2019
Jupyter Notebook
pytorch implementation of various models for snli and mnli task
Updated
Jun 7, 2020
Python
Transformer Implementation using PyTorch for Neural Machine Translation (Korean to English)
Updated
Jan 21, 2020
Python
Repository of state of the art text/documentation classification algorithms in Pytorch.
Updated
Feb 15, 2019
Jupyter Notebook
Implementation of 'A Convolutional Attention Network for Extreme Summarization of Source Code' in PyTorch using TorchText
Updated
Sep 21, 2018
Python
Determine the polarity of amazon fine food reviews using ULMFiT, BERT, XLNet and RoBERTa
Updated
Sep 8, 2019
Jupyter Notebook
Find the labels in Github automatically #opensource #ML
Updated
Jan 17, 2019
Python
Deep Learning for text classification with Torchtext, PyTorch & FastAI
Updated
Jun 13, 2018
Jupyter Notebook
Repository containing the code to my bachelor thesis about Neural Machine Translation
Updated
Aug 2, 2020
Python
Updated
Feb 10, 2020
Jupyter Notebook
Multi label text classification based on Amazon Product Review, Find the topic/area which the review belogs to. Using TfidfVectorizer and LogisticRegression
Updated
Mar 31, 2020
Jupyter Notebook
Re-implement ESIM by pytorch
Updated
May 21, 2019
Python
Convolutional Neural Network (CNN) for text classification implemented with PyTorch and TorchText
Updated
Mar 20, 2020
Python
Sentiment analysis model implementation using PyTorch and torchtext with Korean corpus
Updated
Mar 12, 2020
Python
Improve this page
Add a description, image, and links to the
torchtext
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
torchtext
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Given a string as a sentence parameter, the program doesn't go to if clause.

Need to change if condition to type() or isinstance().