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
life4 avatar

life4/textdistance

0
View on GitHub↗
3,533 stars·258 forks·Python·MIT·12 views

Textdistance

📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.

Features

  • Natural Language Processing - Collection of algorithms for computing sequence distances.
  • NLP - Comparing distances between sequences and strings.
  • Text Processing - Calculates similarity distances between sequences using various algorithms.

Star history

Star history chart for life4/textdistanceStar history chart for life4/textdistance

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does life4/textdistance do?

📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.

What are the main features of life4/textdistance?

The main features of life4/textdistance are: Natural Language Processing, NLP, Text Processing.

Which projects share features with life4/textdistance?

Projects with overlapping indexed features include: jdkato/prose — :book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity… mozillazg/go-pinyin — 汉字转拼音. facebookresearch/fasttext — fastText is a library and framework for word embedding generation, text vectorization, and supervised text… facebookresearch/pytext — PyText is an extensible PyTorch-based framework for building, training, and deploying custom natural language… abadojack/whatlanggo — Natural language detection library for Go. mozillazg/python-pinyin — python-pinyin is a Python library for transliterating simplified and traditional Chinese characters into phonetic…

Projects sharing features with Textdistance

These projects share indexed features with Textdistance. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • abadojack/whatlanggoabadojack avatar

    abadojack/whatlanggo

    688View on GitHub↗

    Natural language detection library for Go

    Go
    View on GitHub↗688
  • 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
Compare all 30 related projects→