normalize_text
Normalize text for fuzzy matching by applying configurable profiles that clean company suffixes, standardize product units, or unify address terms.
Instructions
Normalize text before fuzzy matching.
Profiles:
- general: standard text normalization
- company: removes legal company suffixes
- product: standardizes product units and model names
- address: standardizes common address terms
Args:
value: Text to normalize.
profile: Type of normalization to apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| profile | No | general |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||