get_jaccard_similarity
Calculate Jaccard similarity between two texts to measure word set overlap. Returns 0 for no overlap and 1 for 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 |