awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSemantic Grouping

Grouping fragmented text changes into cohesive blocks to improve conceptual clarity.

Distinct from Diff Visualizations: Focuses on the logical grouping of diff changes rather than the visual rendering of those changes

Explore 1 awesome GitHub repository matching user interface & experience · Semantic Grouping. Refine with filters or upvote what's useful.

Awesome Semantic Grouping GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/diff-match-patchAvatar de google

    google/diff-match-patch

    8,065Voir sur 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

    Groups fragmented text changes into human-readable blocks to make raw differences more intuitive.

    Pythondiffdifferencematch
    Voir sur GitHub↗8,065
  1. Home
  2. User Interface & Experience
  3. Diff Visualizations
  4. Semantic Grouping