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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCustomizable Sequence Differs

Engines capable of comparing any two sequences of tokens based on user-provided rules.

Distinct from Tokenizers: Candidates focus on security tokens [f10_mt3] or design tokens [f10_mt4], not sequence diffing.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Customizable Sequence Differs. Refine with filters or upvote what's useful.

Awesome Customizable Sequence Differs GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • kpdecker/jsdiffkpdecker का अवतार

    kpdecker/jsdiff

    9,063GitHub पर देखें↗

    jsdiff is a JavaScript text diffing library and comparison engine used to compute differences between strings or arrays. It identifies additions and removals between blocks of text and provides a system for generating and applying formatted Unix-style patches. The toolkit functions as a customizable token differ, allowing for the comparison of arbitrary token sequences using user-defined equality and tokenization rules. This enables the creation of specialized comparison tools for non-standard text or data formats. Comparison capabilities are available at the character, word, and line levels

    Functions as a logic engine that compares two sequences of arbitrary tokens using user-defined rules.

    JavaScript
    GitHub पर देखें↗9,063
  • maxbachmann/rapidfuzzmaxbachmann का अवतार

    maxbachmann/rapidfuzz

    3,958GitHub पर देखें↗

    This is a Python fuzzy string matching library used for calculating string similarity and edit distances. It serves as a collection of string distance algorithms, a sequence alignment tool, and an approximate string search engine to measure text similarity. The library provides a wide array of metrics to quantify string closeness, including Levenshtein, Jaro-Winkler, Hamming, and Damerau-Levenshtein distances. It supports similarity analysis through longest common subsequence calculations, token-based comparisons, and weighted scoring to account for differences in content and word order. Bey

    Identifies the specific sequence of insertions, deletions, and substitutions required to transform one string into another.

    Python
    GitHub पर देखें↗3,958
  1. Home
  2. Software Engineering & Architecture
  3. Customizable Sequence Differs