{ "info": { "author": "SILPA Developers", "author_email": "silpa-discuss@nongnu.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: DFSG approved", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "LibIndic Soundex\n================\n\n.. image:: https://img.shields.io/pypi/v/libindic-soundex.svg\n :target: https://pypi.python.org/pypi/libindic-soundex\n :alt: PyPI Version\n\nSoundex is phonetic algorithm for indexing names by sound as pronounced in\nEnglish. `LibIndic`_'s soundex module implements Soundex algorithm for Engish as\nwell as a modified version of soundex algorithm for Indian languages.\n\nDetails on how Soundex is implemented can be found at\n[Santhosh's blog](http://thottingal.in/blog/2009/07/26/indicsoundex/)\n\nInstallation\n------------\nPython 3 is required. Using with `venv`_ is recommended\n\n .. code-block:: console\n\n $ pip install libindic-soundex\n\nUsage\n-----\n\n .. code-block:: Python\n\n from libindic.soundex import Soundex\n instance = Soundex()\n instance.soundex(u\"\u0d15\u0d43\u0d24\u0d4d\u0d30\u0d3f\u0d2e\u0d02\")\n u'\\u0d15PKPBN00'\n instance.compare(u\"\u0d35\u0d3f\u0d26\u0d4d\u0d2f\u0d3e\u0d7c\u0d25\u0d3f\", u\"\u0d35\u0d3f\u0d26\u0d4d\u0d2f\u0d3e\u0d7c\u0d26\u0d3f\")\n 1\n instance.compare(u\"\u0d2e\u0d4b\u0d30\u0d4d\", u\"\u0d2e\u0d41\u0d24\u0d3f\u0d30\")\n -1\n instance.compare(u'\u0cac\u0cc6\u0c82\u0c97\u0cb3\u0cc2\u0cb0\u0cc1', u'\u092c\u0946\u0902\u0917\u0933\u0942\u0930\u0941')\n 2\n\n\n.. _`LibIndic`: https://libindic.org\n.. _`venv`: https://docs.python.org/3/library/venv.html", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/libindic/soundex", "keywords": "", "license": "LGPL-2.1+", "maintainer": "", "maintainer_email": "", "name": "libindic-soundex", "package_url": "https://pypi.org/project/libindic-soundex/", "platform": "", "project_url": "https://pypi.org/project/libindic-soundex/", "project_urls": { "Homepage": "https://github.com/libindic/soundex" }, "release_url": "https://pypi.org/project/libindic-soundex/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Soundex algorithm implementation for English and Indian languages", "version": "1.0.2" }, "last_serial": 4799197, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "af0590665af9fb4274e31114db6203d2", "sha256": "295c1ac4e94a82893beef2b67ac758ac22cad9d481a905f75862b21a937b23d7" }, "downloads": -1, "filename": "libindic-soundex-1.0.0.tar.gz", "has_sig": false, "md5_digest": "af0590665af9fb4274e31114db6203d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10316, "upload_time": "2019-02-09T11:15:08", "url": "https://files.pythonhosted.org/packages/75/e0/9c213d84056f1b33c062714cbaf7f7c1cb32f614c5e063d834b072125431/libindic-soundex-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d4969a8117e610bc6c738cd5f14a9e7f", "sha256": "e9e8e93d58335ce57c5671678aa1f02f4596f337f904c311b42e146e60cc07fe" }, "downloads": -1, "filename": "libindic-soundex-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d4969a8117e610bc6c738cd5f14a9e7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10402, "upload_time": "2019-02-09T11:18:01", "url": "https://files.pythonhosted.org/packages/79/b8/655e2b0e11f3d164b8452bd541d845d0ac0b34b4da0f317cf59194eca542/libindic-soundex-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "8b093e1939df08de6342b300edeb7ce3", "sha256": "a164434015b601399265428b0c8f9fa5c82ecc82ef12aa754509a6e1f088f563" }, "downloads": -1, "filename": "libindic-soundex-1.0.2.tar.gz", "has_sig": false, "md5_digest": "8b093e1939df08de6342b300edeb7ce3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10435, "upload_time": "2019-02-09T11:46:54", "url": "https://files.pythonhosted.org/packages/49/ce/c3b6b5eff49550d2818858081e2286b677a9148aaa5febc3edf06792a3fc/libindic-soundex-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b093e1939df08de6342b300edeb7ce3", "sha256": "a164434015b601399265428b0c8f9fa5c82ecc82ef12aa754509a6e1f088f563" }, "downloads": -1, "filename": "libindic-soundex-1.0.2.tar.gz", "has_sig": false, "md5_digest": "8b093e1939df08de6342b300edeb7ce3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10435, "upload_time": "2019-02-09T11:46:54", "url": "https://files.pythonhosted.org/packages/49/ce/c3b6b5eff49550d2818858081e2286b677a9148aaa5febc3edf06792a3fc/libindic-soundex-1.0.2.tar.gz" } ] }