compare_strings
Compare two strings using fuzzy matching to quantify similarity, with options for strategy, threshold, and normalization profile.
Instructions
Compare two strings using fuzzy matching.
Strategies:
- ratio
- partial
- token_sort
- token_set
- weighted
- strict
Args:
first: First text value.
second: Second text value.
threshold: Minimum score required for a match.
profile: Normalization profile.
strategy: Score-selection strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | Yes | ||
| second | Yes | ||
| profile | No | general | |
| strategy | No | weighted | |
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||