awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sergioburdisso avatar

sergioburdisso/pyss3

0
View on GitHub↗
348 estrellas·44 forks·Python·MIT·3 vistaspyss3.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.

Historial de estrellas

Gráfico del historial de estrellas de sergioburdisso/pyss3Gráfico del historial de estrellas de sergioburdisso/pyss3

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Pyss3

Proyectos open-source similares, clasificados según cuántas características comparten con Pyss3.
  • stanfordnlp/stanzaAvatar de stanfordnlp

    stanfordnlp/stanza

    7,809Ver en 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
    Ver en GitHub↗7,809
  • awslabs/sockeyeAvatar de awslabs

    awslabs/sockeye

    1,215Ver en 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
    Ver en GitHub↗1,215
  • allenai/allennlpAvatar de allenai

    allenai/allennlp

    11,889Ver en 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
    Ver en GitHub↗11,889
  • artificiai/multilingual-latent-dirichlet-allocation-ldaAvatar de ArtificiAI

    ArtificiAI/Multilingual-Latent-Dirichlet-Allocation-LDA

    83Ver en GitHub↗

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

    Pythonclusteringenglishfrench
    Ver en GitHub↗83
Ver las 30 alternativas a Pyss3→

Preguntas frecuentes

¿Qué hace sergioburdisso/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:

¿Cuáles son las características principales de sergioburdisso/pyss3?

Las características principales de sergioburdisso/pyss3 son: Natural Language Processing, Python NLP Libraries.

¿Qué alternativas de código abierto existen para sergioburdisso/pyss3?

Las alternativas de código abierto para sergioburdisso/pyss3 incluyen: 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…