Skip to main content

No project description provided

Project description

The phonetics module computes the phonetic key of a string using different algorithms.

  • Soundex

  • NYSISS

  • Metaphone

  • Double Metaphone

The phonetics module defines the following function:

phonetics.soundex(source[, size=4])

Use the soundex algorithm to create the phonetic key of the source string.

phonetics.nysiis(source)

Use the New York State Identification and Intelligence System to create the phonetic key of the source string.

phonetics.metaphone(source)

Use the metaphone algorithm to create the phonetic key of the source string.

phonetics.dmetaphone(source)

Use the double methaphone algorithm to create the phonetic key of the source string.

Based on Lawrence Philips’ Metaphone Algorithm

Installation

$ pip install phonetics

Usage

>>> import phonetics
>>> phonetics.dmetaphone('Danger')
('TNJR', 'TNKR')

Tests

By Duncan McGreggor

$ python -m unittest discover phonetics/tests/ -v

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phonetics-1.0.3.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

phonetics-1.0.3-py2.py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page