Skip to content
1 min read · 76 words

@nhtio/adk/batteries/tools/text_comparison

Pre-constructed tools for text diffs, similarity checks, and edit-distance comparisons.

Remarks

Pre-constructed bundled tools for the text_comparison category. Import individually, the whole category, or import every tool via @nhtio/adk/batteries.

Variables

VariableDescription
stringSimilarityToolReport the Levenshtein edit distance and a similarity percentage between two strings.
textDiffToolCompare two texts and emit a unified-style diff plus an additions/removals summary.