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

Indic Soundex

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 below 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 silpaService.soundex.soundex("കാര്‍ത്തിക്")
    കAPKKBF0
    >>>print silpaService.soundex.compare("കാര്‍ത്തിക്","கார்திக்")
    2
{% endblock %}