awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesText Patching

Capabilities for synchronizing text documents by applying structured sets of differences to a base version.

Distinct from Plain-Text Persistence: None of the candidates describe the algorithmic process of applying patches to synchronize text; they focus on storage or editors.

Explore 1 awesome GitHub repository matching software engineering & architecture · Text Patching. Refine with filters or upvote what's useful.

Awesome Text Patching GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • google/diff-match-patchAvatar google

    google/diff-match-patch

    8,065Vezi pe GitHub↗

    This is a text diffing and patching library used for computing differences between text blocks, calculating edit distances, and applying patches to synchronize document versions. It includes a fuzzy text matching engine to locate strings by balancing accuracy with location, and a Levenshtein distance calculator to measure the number of character insertions, deletions, and substitutions between two strings. The library features a semantic diff optimizer that refines raw text differences to align with human-readable word and phrase boundaries. It provides utilities for generating and parsing se

    Provides a comprehensive system for synchronizing document versions through the application of serialized patches.

    Pythondiffdifferencematch
    Vezi pe GitHub↗8,065
  1. Home
  2. Software Engineering & Architecture
  3. Text Patching