awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
proycon avatar

proycon/python-ucto

0
View on GitHub↗
31 स्टार्स·5 फोर्क्स·Cython·4 व्यूज़

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.

स्टार हिस्ट्री

proycon/python-ucto के लिए स्टार हिस्ट्री चार्टproycon/python-ucto के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Python Ucto के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Python Ucto के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • stanfordnlp/stanzastanfordnlp का अवतार

    stanfordnlp/stanza

    7,809GitHub पर देखें↗

    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,215GitHub पर देखें↗

    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,889GitHub पर देखें↗

    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

    83GitHub पर देखें↗

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

    Pythonclusteringenglishfrench
    GitHub पर देखें↗83
Python Ucto के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

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).

proycon/python-ucto की मुख्य विशेषताएं क्या हैं?

proycon/python-ucto की मुख्य विशेषताएं हैं: Natural Language Processing, Python NLP Libraries।

proycon/python-ucto के कुछ ओपन-सोर्स विकल्प क्या हैं?

proycon/python-ucto के ओपन-सोर्स विकल्पों में शामिल हैं: 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…