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

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

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

Open-source alternatives to Python Ucto

30 open-source projects similar to proycon/python-ucto, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Python Ucto alternative.

  • 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
  • jasonkessler/scattertextJasonKessler 的头像

    JasonKessler/scattertext

    2,330在 GitHub 上查看↗

    Beautiful visualizations of how language differs among document types.

    Pythoncomputational-social-scienced3eda
    在 GitHub 上查看↗2,330
  • bigartm/bigartmbigartm 的头像

    bigartm/bigartm

    674在 GitHub 上查看↗

    Fast topic modeling platform

    C++
    在 GitHub 上查看↗674
  • pytorch/fairseqpytorch 的头像

    pytorch/fairseq

    32,228在 GitHub 上查看↗

    Fairseq is a deep learning research toolkit and sequence-to-sequence framework built on PyTorch. It provides a system for training and deploying models that map input sequences to output sequences, with a primary focus on neural machine translation and speech recognition. The toolkit allows for the generation of text sequences through search algorithms such as beam search and nucleus sampling. It includes capabilities for producing synthetic parallel training data by translating monolingual text using reverse sequence models. The framework supports large scale model training through multi-de

    Python
    在 GitHub 上查看↗32,228

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • petrochukm/pytorch-nlpPetrochukM 的头像

    PetrochukM/PyTorch-NLP

    2,226在 GitHub 上查看↗

    Basic Utilities for PyTorch Natural Language Processing (NLP)

    Python
    在 GitHub 上查看↗2,226
  • xhlulu/dl-translatexhlulu 的头像

    xhlulu/dl-translate

    499在 GitHub 上查看↗

    Library for translating between 200 languages. Built on 🤗 transformers.

    Python
    在 GitHub 上查看↗499
  • explosion/spacyexplosion 的头像

    explosion/spaCy

    33,688在 GitHub 上查看↗

    spaCy is a Python natural language processing framework designed for industrial-scale text processing. It converts raw text into structured data for machine learning pipelines through a combination of statistical language model trainers, transformer-based text processors, and syntactic dependency parsers. The project enables the integration of pretrained transformer architectures to perform complex linguistic analysis and multi-task learning. It also provides a specialized system for neural named entity recognition to identify and categorize key entities within text. The framework covers a b

    Pythonaiartificial-intelligencecython
    在 GitHub 上查看↗33,688
  • deepset-ai/haystackdeepset-ai 的头像

    deepset-ai/haystack

    24,253在 GitHub 上查看↗

    Haystack is an orchestration framework designed for building complex search and generative AI pipelines. It functions as an agentic workflow engine, enabling the construction of automated sequences that allow AI agents to perform multi-step reasoning and data analysis. The framework utilizes a modular, component-based architecture that connects processing steps into directed acyclic graphs. By employing a provider-agnostic integration layer, it decouples core logic from specific external AI services and vector databases, allowing for the flexible exchange of underlying technologies. This desi

    MDXagentagentsai
    在 GitHub 上查看↗24,253
  • huggingface/transformershuggingface 的头像

    huggingface/transformers

    161,630在 GitHub 上查看↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Pythonaudiodeep-learningdeepseek
    在 GitHub 上查看↗161,630
  • proycon/pynlplproycon 的头像

    proycon/pynlpl

    476在 GitHub 上查看↗

    PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl can be used for basic tasks such as the extraction of n-grams and frequency lists, and to build simple language model. There are also more complex data types and algorithms. Moreover, there are parsers for file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL). There are also clients to interface with various NLP specific servers. PyNLPl most notably features a very extensive library for working with FoLiA XML (Form

    Python
    在 GitHub 上查看↗476
  • sergioburdisso/pyss3sergioburdisso 的头像

    sergioburdisso/pyss3

    348在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗348
  • zalandoresearch/flairzalandoresearch 的头像

    zalandoresearch/flair

    14,378在 GitHub 上查看↗

    Flair is a natural language processing framework for training and applying models for sequence labeling and text classification. It provides a system for generating word embeddings and identifying semantic entities within text. The framework includes a dedicated system for zero and few-shot learning, enabling text classification and entity extraction using minimal training examples by leveraging pre-trained knowledge. Its capabilities cover named entity recognition, sentiment analysis, and the training of specialized models using custom datasets. It also includes tooling for the visual highl

    Python
    在 GitHub 上查看↗14,378
  • qdata/textattackQData 的头像

    QData/TextAttack

    3,435在 GitHub 上查看↗

    TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/

    Python
    在 GitHub 上查看↗3,435
  • snipsco/snips-nlusnipsco 的头像

    snipsco/snips-nlu

    3,972在 GitHub 上查看↗

    snips-nlu is a Python library and natural language understanding engine designed to convert unstructured text into structured data. It identifies user intents and extracts associated entities from natural language sentences to enable machine-readable command processing. The engine functions as a multilingual parser capable of processing text across multiple languages. It maps identified entities to canonical values or standardized ISO formats, such as timestamps, to ensure data consistency. The project covers intent classification and named entity recognition, utilizing sequence labeling and

    Python
    在 GitHub 上查看↗3,972
  • 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
  • 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
  • chartbeat-labs/textacychartbeat-labs 的头像

    chartbeat-labs/textacy

    2,242在 GitHub 上查看↗

    NLP, before and after spaCy

    Python
    在 GitHub 上查看↗2,242
  • columbia-applied-data-science/rosettacolumbia-applied-data-science 的头像

    columbia-applied-data-science/rosetta

    207在 GitHub 上查看↗

    Tools, wrappers, etc... for data science with a concentration on text processing

    Jupyter Notebook
    在 GitHub 上查看↗207
  • huggingface/tokenizershuggingface 的头像

    huggingface/tokenizers

    10,825在 GitHub 上查看↗

    This project is a high-performance library for converting raw text into tokens and IDs for machine learning models. It functions as a fast text encoder and a text preprocessing pipeline designed to transform strings into numerical representations with high throughput for research and production. The library includes a subword tokenizer trainer used to analyze text datasets and create custom vocabularies using algorithms such as byte-pair encoding and wordpiece. It provides capabilities for subword vocabulary training and text alignment, allowing character offsets to be tracked during normaliz

    Rustbertgptlanguage-model
    在 GitHub 上查看↗10,825
  • 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
  • yandexdataschool/nlp_courseyandexdataschool 的头像

    yandexdataschool/nlp_course

    10,591在 GitHub 上查看↗

    YSDA course in Natural Language Processing

    Jupyter Notebook
    在 GitHub 上查看↗10,591
  • alexsergivan/transliteratorA

    alexsergivan/transliterator

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alexrozanski/llamachatalexrozanski 的头像

    alexrozanski/LlamaChat

    1,510在 GitHub 上查看↗

    Chat with your favourite LLaMA models in a native macOS app

    Swiftaillamallamacpp
    在 GitHub 上查看↗1,510
  • abkmystery/aneeabkmystery 的头像

    abkmystery/ANEE

    1在 GitHub 上查看↗

    ANEE is an experimental dynamic inference wrapper for pretrained Transformer language models (currently GPT-2). Instead of always running all layers, ANEE exposes an energy_budget and performs early exit inside the model’s forward pass.

    Python
    在 GitHub 上查看↗1
  • argilla-io/argillaargilla-io 的头像

    argilla-io/argilla

    5,015在 GitHub 上查看↗

    Argilla is a collaborative AI feedback tool and data curation management system. It serves as a human-in-the-loop dataset platform designed to coordinate workforce annotators and domain experts in labeling, rating, and refining data samples for machine learning projects. The platform focuses on large language model dataset curation and reinforcement learning from human feedback workflows. It provides a shared workspace for integrating human expertise into AI development to validate model outputs and correct data errors. The system manages the end-to-end machine learning data pipeline, includ

    Python
    在 GitHub 上查看↗5,015
  • arc53/docsgptarc53 的头像

    arc53/DocsGPT

    17,939在 GitHub 上查看↗

    DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform grounded search and analysis. It functions as a multi-model AI orchestrator and enterprise agent builder, allowing for the integration of various local and cloud language models to customize reasoning and text generation. The project provides a visual environment for developing automated assistants using conditional logic and third-party API connectivity. It enables the creation of private AI agents capable of performing enterprise search and detailed document analysis using pr

    Pythonagent-builderagentsai
    在 GitHub 上查看↗17,939
  • arongdari/python-topic-modelarongdari 的头像

    arongdari/python-topic-model

    374在 GitHub 上查看↗

    Implementation of various topic models

    Jupyter Notebook
    在 GitHub 上查看↗374
  • arongdari/topic-model-lecture-notearongdari 的头像

    arongdari/topic-model-lecture-note

    22在 GitHub 上查看↗

    lecture notes for probabilistic topic models using ipython notebook

    在 GitHub 上查看↗22
  • artidoro/qloraartidoro 的头像

    artidoro/qlora

    10,929在 GitHub 上查看↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Jupyter Notebook
    在 GitHub 上查看↗10,929
  • aigc-audio/audiogptAIGC-Audio 的头像

    AIGC-Audio/AudioGPT

    10,174在 GitHub 上查看↗

    AudioGPT is an LLM-driven audio framework and processing suite that uses large language models to orchestrate neural audio pipelines. It functions as a multimodal audio generator and processing system, integrating a collection of pretrained models to handle speech synthesis, sound generation, and audio manipulation. The system is distinguished by its ability to generate audio from diverse inputs, including text and images, and its capacity to produce synchronized talking head videos. It also operates as a neural speech translator, converting spoken language between different tongues while pre

    Pythonaudiogptmusic
    在 GitHub 上查看↗10,174