Skip to main content

Fuzzy String search algorithm using Soundex for Indian language

Project description

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

This is a Fuzzy string search application. This application illustrates the combined use of Edit distance and Indic Soundex algorithm.

By mixing both written like(edit distance) and sounds like(soundex), we achieve an efficient aproximate string searching. This application is capable of cross language string search too. That means, you can search Hindi words in Malayalam text. If there is any Malayalam word, which is approximate transliteration of hindi word, or sounds alike the hindi words, it will be returned as an approximate match. The “written like” algorithm used here is a bigram average algorithm. The ratio of common bigrams in two strings and average number of bigrams will give a factor which is greater than zero and less than 1. Similarly the soundex algorithm also gives a weight. By selecting words which has comparison weight more than the threshold weight(which 0.6), we get the search results.

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

inexactsearch-1.0.1.gb0872cf.tar.gz (21.0 kB view details)

Uploaded Source

File details

Details for the file inexactsearch-1.0.1.gb0872cf.tar.gz.

File metadata

File hashes

Hashes for inexactsearch-1.0.1.gb0872cf.tar.gz
Algorithm Hash digest
SHA256 b7d5d5e1379b438fc834330c875a2c32f5eab320bf85ecdb50fa0300c9be8896
MD5 352944b074fc9372f05826a9b399261e
BLAKE2b-256 04442fdb3b2b833682c01b4843b3f7cdc3d093042184d9192cc7c26d7cf93a9c

See more details on using hashes here.

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