awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sergioburdisso avatar

sergioburdisso/pyss3

0
View on GitHub↗
348 星标·44 分支·Python·MIT·3 次浏览pyss3.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 历史

sergioburdisso/pyss3 的 Star 历史图表sergioburdisso/pyss3 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Pyss3 的开源替代方案

相似的开源项目,按与 Pyss3 的功能重合度排序。
  • stanfordnlp/stanzastanfordnlp 的头像

    stanfordnlp/stanza

    7,809在 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
    在 GitHub 上查看↗7,809
  • awslabs/sockeyeawslabs 的头像

    awslabs/sockeye

    1,215在 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
    在 GitHub 上查看↗1,215
  • allenai/allennlpallenai 的头像

    allenai/allennlp

    11,889在 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
    在 GitHub 上查看↗11,889
  • artificiai/multilingual-latent-dirichlet-allocation-ldaArtificiAI 的头像

    ArtificiAI/Multilingual-Latent-Dirichlet-Allocation-LDA

    83在 GitHub 上查看↗

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

    Pythonclusteringenglishfrench
    在 GitHub 上查看↗83
查看 Pyss3 的所有 30 个替代方案→

常见问题解答

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:

sergioburdisso/pyss3 的主要功能有哪些?

sergioburdisso/pyss3 的主要功能包括:Natural Language Processing, Python NLP Libraries。

sergioburdisso/pyss3 有哪些开源替代品?

sergioburdisso/pyss3 的开源替代品包括: 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…