get_normalized_edit_distance
Compute normalized edit distance between two strings on a 0–1 scale, where 0 means identical and 1 means completely different. Provides a measure of string similarity suitable for comparing text.
Instructions
Normalized edit distance on 0-1 scale. 0=identical, 1=completely different.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s1 | Yes | ||
| s2 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |