soundex_code
Generate the Soundex phonetic code for a word to match similar-sounding names or index words phonetically.
Instructions
Generate the Soundex phonetic code for a word.
Use this for name matching and phonetic indexing. Soundex encodes
words by their pronunciation, useful for finding similar-sounding names.
Parameters:
text — The word to encode with Soundex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |