awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
PetrochukM avatar

PetrochukM/PyTorch-NLPArchived

0
View on GitHub↗
2,226 stars·254 forks·Python·BSD-3-Clause·9 viewspytorchnlp.readthedocs.io↗

PyTorch NLP

Basic Utilities for PyTorch Natural Language Processing (NLP)

Features

  • Natural Language Processing - Neural layers and text processing modules for research.
  • Python NLP Libraries - Toolkit for rapid prototyping with data loaders and metrics.

Star history

Star history chart for petrochukm/pytorch-nlpStar history chart for petrochukm/pytorch-nlp

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with PyTorch NLP

These projects share indexed features with PyTorch NLP. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • stanfordnlp/stanzastanfordnlp avatar

    stanfordnlp/stanza

    7,809View on GitHub↗

    Stanza is a Python natural language processing library designed for tokenization, lemmatization, and dependency parsing across many human languages using neural models. It provides a neural processing pipeline that converts raw text into structured linguistic data objects, alongside a specialized analyzer for extracting medical insights from clinical and biomedical language. The project includes a wrapper that connects Python scripts to Java-based natural language processing tools and remote annotation servers. This enables a bridge for extracting linguistic annotations and analysis data from

    Pythonartificial-intelligencecorenlpdeep-learning
    View on GitHub↗7,809
  • awslabs/sockeyeawslabs avatar

    awslabs/sockeye

    1,215View on GitHub↗

    Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch. It implements distributed training and optimized inference for state-of-the-art models, powering Amazon Translate and other MT applications. Recent developments and changes are tracked in…

    Python
    View on GitHub↗1,215
  • allenai/allennlpallenai avatar

    allenai/allennlp

    11,889View on GitHub↗

    AllenNLP is a PyTorch-based research library and deep learning language toolkit designed for developing and training neural network architectures for linguistic tasks. It provides a distributed training system that coordinates data and gradients across multiple GPUs and a framework for integrating pretrained transformer architectures. The system distinguishes itself with a dedicated algorithmic bias mitigation tool used to identify and reduce bias in linguistic model predictions. It also includes model influence analysis to interpret predictions by calculating the influence of specific traini

    Python
    View on GitHub↗11,889
  • artificiai/multilingual-latent-dirichlet-allocation-ldaArtificiAI avatar

    ArtificiAI/Multilingual-Latent-Dirichlet-Allocation-LDA

    83View on GitHub↗

    A Multilingual Latent Dirichlet Allocation (LDA) Pipeline with Stop Words Removal, n-gram features, and Inverse Stemming, in Python.

    Pythonclusteringenglishfrench
    View on GitHub↗83
Compare all 30 related projects→

Frequently asked questions

What does petrochukm/pytorch-nlp do?

Basic Utilities for PyTorch Natural Language Processing (NLP)

What are the main features of petrochukm/pytorch-nlp?

The main features of petrochukm/pytorch-nlp are: Natural Language Processing, Python NLP Libraries.

Which projects share features with petrochukm/pytorch-nlp?

Projects with overlapping indexed features include: stanfordnlp/stanza — Stanza is a Python natural language processing library designed for tokenization, lemmatization, and dependency… chartbeat-labs/textacy — NLP, before and after spaCy. allenai/allennlp — AllenNLP is a PyTorch-based research library and deep learning language toolkit designed for developing and training… artificiai/multilingual-latent-dirichlet-allocation-lda — A Multilingual Latent Dirichlet Allocation (LDA) Pipeline with Stop Words Removal, n-gram features, and Inverse… bigartm/bigartm — Fast topic modeling platform. awslabs/sockeye — Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch. It…