awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
proycon avatar

proycon/python-ucto

0
View on GitHub↗
31 Stars·5 Forks·Cython·0 Aufrufe

Python Ucto

This is a Python binding to the tokenizer Ucto. Tokenisation is one of the first step in almost any Natural Language Processing task, yet it is not always as trivial a task as it appears to be. This binding makes the power of the ucto tokeniser available to Python. Ucto itself is regular-expression based, extensible, and advanced tokeniser written in C++ (http://ilk.uvt.nl/ucto).

Features

  • Natural Language Processing - Unicode-aware rule-based tokenizer for multiple languages.
  • Python NLP Libraries - Unicode-aware tokenizer with support for various languages.

Star-Verlauf

Star-Verlauf für proycon/python-uctoStar-Verlauf für proycon/python-ucto

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Python Ucto

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Python Ucto.
  • stanfordnlp/stanzaAvatar von stanfordnlp

    stanfordnlp/stanza

    7,809Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,809
  • awslabs/sockeyeAvatar von awslabs

    awslabs/sockeye

    1,215Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,215
  • allenai/allennlpAvatar von allenai

    allenai/allennlp

    11,889Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,889
  • artificiai/multilingual-latent-dirichlet-allocation-ldaAvatar von ArtificiAI

    ArtificiAI/Multilingual-Latent-Dirichlet-Allocation-LDA

    83Auf GitHub ansehen↗

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

    Pythonclusteringenglishfrench
    Auf GitHub ansehen↗83
Alle 30 Alternativen zu Python Ucto anzeigen→

Häufig gestellte Fragen

Was macht proycon/python-ucto?

This is a Python binding to the tokenizer Ucto. Tokenisation is one of the first step in almost any Natural Language Processing task, yet it is not always as trivial a task as it appears to be. This binding makes the power of the ucto tokeniser available to Python. Ucto itself is regular-expression based, extensible, and advanced tokeniser written in C++ (http://ilk.uvt.nl/ucto).

Was sind die Hauptfunktionen von proycon/python-ucto?

Die Hauptfunktionen von proycon/python-ucto sind: Natural Language Processing, Python NLP Libraries.

Welche Open-Source-Alternativen gibt es zu proycon/python-ucto?

Open-Source-Alternativen zu proycon/python-ucto sind unter anderem: 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…