[PR #1049] [MERGED] Add PyTorch-NLP #946

Closed
opened 2025-11-06 13:05:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1049
Author: @PetrochukM
Created: 4/9/2018
Status: Merged
Merged: 4/10/2018
Merged by: @vinta

Base: masterHead: patch-1


📝 Commits (2)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

PyTorch-NLP is a toolkit for NLP research built on PyTorch, an up and coming deep learning library. It is also trending on https://github.com/trending/python!

What's the difference between this Python project and similar ones?

torchtext

torchtext and PyTorch-NLP differ in the architecture and feature set; otherwise, they are similar. torchtext and PyTorch-NLP provide pre-trained word vectors, datasets, iterators and text encoders. PyTorch-NLP also provides neural network modules and metrics. From an architecture standpoint, torchtext is object orientated with external coupling while PyTorch-NLP is object orientated with low coupling.

AllenNLP

AllenNLP is designed to be a platform for research. PyTorch-NLP is designed to be a lightweight toolkit.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1049 **Author:** [@PetrochukM](https://github.com/PetrochukM) **Created:** 4/9/2018 **Status:** ✅ Merged **Merged:** 4/10/2018 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`65be320`](https://github.com/vinta/awesome-python/commit/65be3207f636034bab2de65eed163049c0289b8b) Add PyTorch-NLP - [`524b586`](https://github.com/vinta/awesome-python/commit/524b5863b73d54a4d445428303dd0e957da3c74f) Remove Extra Whitespaces ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? PyTorch-NLP is a toolkit for NLP research built on PyTorch, an up and coming deep learning library. It is also trending on https://github.com/trending/python! ## What's the difference between this Python project and similar ones? ### [torchtext](https://github.com/pytorch/text) torchtext and PyTorch-NLP differ in the architecture and feature set; otherwise, they are similar. torchtext and PyTorch-NLP provide pre-trained word vectors, datasets, iterators and text encoders. PyTorch-NLP also provides neural network modules and metrics. From an architecture standpoint, torchtext is object orientated with external coupling while PyTorch-NLP is object orientated with low coupling. ### [AllenNLP](https://github.com/pytorch/text) AllenNLP is designed to be a platform for research. PyTorch-NLP is designed to be a lightweight toolkit. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:05:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#946