similarity
Compare two strings with Sorensen-Dice similarity, scoring from 0 for no shared bigrams to 1 for identical. Returns one deterministic value for exact, reproducible text matching.
Instructions
Sorensen-Dice similarity of two strings, from 0 (no shared character bigrams) to 1 (identical). One deterministic comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |