soundex_code
Generate Soundex phonetic codes for words to match similar-sounding names and perform phonetic indexing.
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 |