get_jaccard_similarity
Calculate word-level set overlap between two texts using Jaccard similarity. Returns a score from 0 (no common words) to 1 (identical word sets).
Instructions
Jaccard similarity (word-level set overlap). 0=no overlap, 1=identical word sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text1 | Yes | ||
| text2 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |