---
title: "Phonetic Match"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/nlp/phoneticmatch
markdown: https://docs.nodetool.ai/nodes/lib/nlp/phoneticmatch.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/nlp/phoneticmatch.md
---

# Phonetic Match

**Type:** `lib.nlp.PhoneticMatch`

**Namespace:** `lib.nlp`

## Description

Computes phonetic codes for words using Soundex, Metaphone, or Double Metaphone.
    phonetics, soundex, metaphone, fuzzy matching, NLP

    Use cases:
    - Find words that sound alike
    - Build fuzzy name matching systems
    - Implement spell correction suggestions
    - Match names with different spellings

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` | The text containing words to compute phonetic codes for | `` |
| algorithm | `enum` | Phonetic algorithm to use | `metaphone` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |
| tokens | `list` |  |

## Related Nodes

Browse other nodes in the [lib.nlp](./) namespace.
