awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to life4/textdistance

Open-source alternatives to Textdistance

30 open-source projects similar to life4/textdistance, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Textdistance alternative.

  • mozillazg/python-pinyinmozillazg avatar

    mozillazg/python-pinyin

    5,325View on GitHub↗

    python-pinyin is a Python library for transliterating simplified and traditional Chinese characters into phonetic pinyin. It functions as a transliteration system that converts text while supporting tone sandhi and providing utilities to transform pinyin between different formats, such as numeric tones, accent marks, or phonetic initials. The library features a polyphonic character resolver that analyzes surrounding word context to select the correct pronunciation for characters with multiple sounds. It also includes a customizable dictionary system that allows the extension of default transl

    Pythonchinesehanzihanzi-pinyin
    View on GitHub↗5,325
  • mozillazg/go-pinyinmozillazg avatar

    mozillazg/go-pinyin

    1,777View on GitHub↗

    汉字转拼音

    Gochinesegogolang
    View on GitHub↗1,777
  • stanfordnlp/stanzastanfordnlp avatar

    stanfordnlp/stanza

    7,809View on 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
    View on GitHub↗7,809

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
twitter/twitter-texttwitter avatar

twitter/twitter-text

3,133View on GitHub↗

Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.

HTML
View on GitHub↗3,133
  • facebookresearch/fasttextfacebookresearch avatar

    facebookresearch/fastText

    26,543View on GitHub↗

    fastText is a library and framework for word embedding generation, text vectorization, and supervised text classification. It provides tools to transform raw text into fixed-length vector representations and to train models that assign category labels to sentences or documents. The system utilizes subword-based vectorization and character n-gram embeddings, allowing it to generate meaningful vectors for words that were not present during training. To manage resource usage, it includes a quantized language model implementation that employs product quantization and dimensionality reduction to d

    HTML
    View on GitHub↗26,543
  • facebookresearch/pytextfacebookresearch avatar

    facebookresearch/pytext

    6,298View on GitHub↗

    PyText is an extensible PyTorch-based framework for building, training, and deploying custom natural language processing models, including text classifiers, sequence taggers, and intent-slot predictors. It provides a modular toolkit that allows developers to assemble these models using pluggable registries for model architectures, data formats, and tensorizers, all configurable through YAML files without requiring code changes. The framework distinguishes itself through its comprehensive support for the full NLP model lifecycle, from training to production inference. It includes pre-built neu

    Python
    View on GitHub↗6,298
  • jdkato/prosejdkato avatar

    jdkato/prose

    3,077View on GitHub↗

    :book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity extraction.

    Gonatural-language-processingnlpprose
    View on GitHub↗3,077
  • rspeer/python-ftfyrspeer avatar

    rspeer/python-ftfy

    4,043View on GitHub↗

    This project is a Unicode text repair tool and mojibake correction library designed to fix encoding glitches and restore original characters from mangled strings. It functions as a text encoding detector and a Unicode normalization tool to resolve issues where text has been incorrectly decoded. The library specializes in reversing multi-layered encoding errors and repairing complex mojibake patterns. It includes capabilities for detecting lossy encoding sequences, guessing byte encodings, and decoding non-standard UTF-8 variants. The toolset covers a broad range of text cleaning and normaliz

    Python
    View on GitHub↗4,043
  • abadojack/whatlanggoabadojack avatar

    abadojack/whatlanggo

    688View on GitHub↗

    Natural language detection library for Go

    Go
    View on GitHub↗688
  • zalandoresearch/flairzalandoresearch avatar

    zalandoresearch/flair

    14,378View on 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
    View on GitHub↗14,378
  • abitdodgy/gibranabitdodgy avatar

    abitdodgy/gibran

    65View on GitHub↗

    Gibran is an Elixir natural language processor, and a port of WordsCounted.

    Elixir
    View on GitHub↗65
  • ahmedbesbes/character-based-cnnA

    ahmedbesbes/character-based-cnn

    0View on GitHub↗
    View on GitHub↗0
  • ai/nanoidai avatar

    ai/nanoid

    26,821View on GitHub↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    View on GitHub↗26,821
  • ai-shifu/chatallai-shifu avatar

    ai-shifu/ChatALL

    16,283View on GitHub↗

    ChatALL is a desktop application that functions as a multi-model chat client and aggregator for artificial intelligence services. It enables users to send a single prompt to multiple AI models simultaneously, allowing for the side-by-side comparison of generated responses within a unified interface. The application distinguishes itself through a local-first approach to data management, ensuring that all conversation logs and user configurations are stored directly on the user's device. This architecture supports privacy and offline access while providing a centralized system for managing and

    JavaScriptbingchatchatbotchatgpt
    View on GitHub↗16,283
  • alisawuffles/ambientalisawuffles avatar

    alisawuffles/ambient

    66View on GitHub↗

    Code and data associated with the AmbiEnt dataset in "We're Afraid Language Models Aren't Modeling Ambiguity" (Liu et al., 2023)

    Jupyter Notebook
    View on GitHub↗66
  • agonopol/go-stemagonopol avatar

    agonopol/go-stem

    81View on GitHub↗

    Word Stemming in Go

    Go
    View on GitHub↗81
  • 7compass/sentimental7compass avatar

    7compass/sentimental

    465View on GitHub↗

    Simple sentiment analysis with Ruby

    Ruby
    View on GitHub↗465
  • aethercortex/llama-xAetherCortex avatar

    AetherCortex/Llama-X

    1,605View on GitHub↗

    Open Academic Research on Improving LLaMA to SOTA LLM

    Python
    View on GitHub↗1,605
  • alibaba-edu/simple-effective-text-matching-pytorchA

    alibaba-edu/simple-effective-text-matching-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • alexsergivan/transliteratorA

    alexsergivan/transliterator

    0View on GitHub↗
    View on GitHub↗0
  • alibaba-nlp/daat-cwsAlibaba-NLP avatar

    Alibaba-NLP/DAAT-CWS

    23View on GitHub↗

    DAAT-CWS

    Python
    View on GitHub↗23
  • alinapetukhova/textclalinapetukhova avatar

    alinapetukhova/textcl

    12View on GitHub↗

    Text preprocessing package for use in NLP tasks https://pypi.org/project/textcl/

    Python
    View on GitHub↗12
  • aerogo/codetreeA

    aerogo/codetree

    0View on GitHub↗
    View on GitHub↗0
  • alixaxel/genexA

    alixaxel/genex

    0View on GitHub↗
    View on GitHub↗0
  • all-hands-ai/openhandsAll-Hands-AI avatar

    All-Hands-AI/OpenHands

    77,468View on GitHub↗

    OpenHands is an autonomous AI software engineer and coding assistant designed to execute software engineering tasks by interacting directly with codebases and development environments. It functions as a platform for running AI agents that can write code and manage files to automate complex development workflows. The system distinguishes itself through a container-based execution environment that isolates agent actions within a sandboxed Linux environment. It employs an autonomous agent loop of observation, planning, and action, supported by a standardized communication protocol that allows it

    Python
    View on GitHub↗77,468
  • allenai/allennlpallenai avatar

    allenai/allennlp

    11,889View on 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
    View on GitHub↗11,889
  • allenai/mmc4allenai avatar

    allenai/mmc4

    953View on GitHub↗

    MultimodalC4 is a multimodal extension of c4 that interleaves millions of images with text.

    Python
    View on GitHub↗953
  • allenai/scispacyallenai avatar

    allenai/SciSpaCy

    1,968View on GitHub↗

    This repository contains custom pipes and models related to using spaCy for scientific documents.

    Python
    View on GitHub↗1,968
  • allendang/pipeitA

    AllenDang/PipeIt

    0View on GitHub↗
    View on GitHub↗0
  • a2800276/portera2800276 avatar

    a2800276/porter

    13View on GitHub↗

    porter stemmer

    Go
    View on GitHub↗13