Skip to main content

Indian Fuzzy name Matching Tool.

Project description

I first preprocessed data also considering phonetic similarity of alphabets based on some common problems of Indian names. After that i implemented soundex and used it to find similarity of names. If two names seems similar , I have implmented my improvised vowels/cosonants functions which clears the situation better and gives an improvised Output.

Requirements

  • Python 3 or higher and nltk

Installation

Using PIP via PyPI

pip3 install indian_namematch
python3

Usage

>>> import indian_namematch
>>> from indian_namematch import fuzzymatch

Single Comparison

>>> results = fuzzymatch.single_compare("A Singh", "Ajeet Singh")
>>> print(results)
    Match
>>> results = fuzzymatch.single_compare("Ajeit Singh", "Ajeet Singh")
>>> print(results)
    Match
>>> results = fuzzymatch.single_compare("Mr Ajeit Singh", "Ajeet Singh")
>>> print(results)
    Match
>>> results = fuzzymatch.single_compare("M/r Ajeit Singh", "Ajeet Singh")
>>> print(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

indian-namematch-1.3.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

indian_namematch-1.3.0-py3-none-any.whl (7.4 kB view hashes)

Uploaded 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