{% extends "silpa.html" %} {% block modulescript %} {% endblock %} {% block content %}

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

To get the soundex code for a word enter a word in the text box and press Soundex button.

To compare two words, enter the words in the above text boxes and press Compare button.


Python Soundex API

This service provides indic soundex algorithm based soundex codes for a word

Sample usage is given below.
      >>>print libindic.soundex.soundex("കാര്‍ത്തിക്")
      കAPKKBF0
      >>>print libindic.soundex.compare("കാര്‍ത്തിക്","கார்திக்")
      2

{% endblock %}