/soundex

Soundex Phonetic Code Algorithm Demo for Indian Languages. Supports all indian languages and English. Provides intra-indic string comparison

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Soundex

https://travis-ci.org/Project-SILPA/soundex.svg?branch=master https://coveralls.io/repos/Project-SILPA/soundex/badge.png?branch=master

Soundex is phonetic algorithm for indexing names by sound as pronounced in English. This module implements Soundex algorithm for Engish as well as a modified version of soundex algorithm for Indian languages.

Details on how Soundex is implemented can be found at Santhosh's blog