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
sergioburdisso avatar

sergioburdisso/pyss3

0
View on GitHub↗
348 stars·44 forks·Python·MIT·9 viewspyss3.readthedocs.io↗

Pyss3

A Python library for Interpretable Machine Learning in Text Classification using the SS3 model, with easy-to-use visualization tools for Explainable AI :octocat:

Features

  • Natural Language Processing - White-box machine learning model for text classification.
  • Python NLP Libraries - Implements a white-box machine learning model for text classification.

Star history

Star history chart for sergioburdisso/pyss3Star history chart for sergioburdisso/pyss3

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Pyss3

Similar open-source projects, ranked by how many features they share with Pyss3.
  • 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
See all 30 alternatives to Pyss3→

Frequently asked questions

What does sergioburdisso/pyss3 do?

A Python library for Interpretable Machine Learning in Text Classification using the SS3 model, with easy-to-use visualization tools for Explainable AI :octocat:

What are the main features of sergioburdisso/pyss3?

The main features of sergioburdisso/pyss3 are: Natural Language Processing, Python NLP Libraries.

What are some open-source alternatives to sergioburdisso/pyss3?

Open-source alternatives to sergioburdisso/pyss3 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…