{ "info": { "author": "Majid Ghasemi Gol", "author_email": "ghasemig@usc.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Build Tools" ], "description": "# hybrid-jaccard\nImplementation of hybrid jaccard similarity\n\nPackage files:\n|\n|-> __init__.py\n|\n|-> hybrid_jaccard.py: contains the base class for hybrid jaccard string matching\n|\n|-> jaro.py & typo_tables.py: contain the methods for jaro distance calculation\n|\n|-> munkres.py: contains the hungarian matching algorithm\n|\n|-> eye_config.txt: contains the configuration info for the hybrid-jaccard class\n|\n|-> eye_reference.txt: contains the reference eye colors\n|\n|-> input.txt: a sample input file for testing the program\n|\n|-> README.md\n|\n|-> LICENSE\n\nUsage:\n\nYou should import \"HybridJaccard\" in your code. The main class is HybridJaccard.\nThe class constructor gets two arguments, path to reference and config files respectively.\nThe \"findBestMatch\" method returns the best match for the input string among those in the \nreference file if one exists, and returns \"NONE\" otherwise. A sample usage might be like:\n\nsm = HybridJaccard()\nmatch = sm.findBestMatch(\"beautiful light bluish eyes\")\n\nabout eye_config.txt:\n-- it has a field \"type\" which is for now always \"hybrid_jaccard\"\n-- it has a field \"partial_method\" which can be \"jaro\" or \"levenshtein\"\n-- it has a field \"threshold\" which determines how picky we want to be in hybrid jaccard algorithm before doing the matching", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/usc-isi-i2/hybrid-jaccard", "keywords": "matching similarity", "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "hybridJaccard", "package_url": "https://pypi.org/project/hybridJaccard/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hybridJaccard/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/usc-isi-i2/hybrid-jaccard" }, "release_url": "https://pypi.org/project/hybridJaccard/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Hybrid Jaccard", "version": "0.0.3" }, "last_serial": 1888217, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "071f6212c04d4303c4b74771883a9380", "sha256": "d7e24f5cf91c5d32a6561d84621c0db14ec2ce274685c9d2abbab2947822c863" }, "downloads": -1, "filename": "hybridJaccard-0.0.1.tar.gz", "has_sig": true, "md5_digest": "071f6212c04d4303c4b74771883a9380", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2932, "upload_time": "2015-12-22T22:39:52", "url": "https://files.pythonhosted.org/packages/7f/35/f980d127e3b3a4ade3af610a9db3e77d1130b5185d088e99daddfa517bdb/hybridJaccard-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "369fc2e2559d3229dd63cdf57fda329e", "sha256": "d4a56a24efb136144a92db449d6de7487907d3bfb05a732d6e7cbbf54cf563d1" }, "downloads": -1, "filename": "hybridJaccard-0.0.2.tar.gz", "has_sig": true, "md5_digest": "369fc2e2559d3229dd63cdf57fda329e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2974, "upload_time": "2015-12-22T23:00:43", "url": "https://files.pythonhosted.org/packages/b1/62/0ea75799020af0d5795c37542fd9a4ecee4d515e060e1e3000fa795d457e/hybridJaccard-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "36d57dc9a452980836b7ca0558d7c4fa", "sha256": "97dcdf24ff59d7f7c33dea735fd7c3cc5a803677da0ba3d8e3a3ad4571c0db2e" }, "downloads": -1, "filename": "hybridJaccard-0.0.3.tar.gz", "has_sig": true, "md5_digest": "36d57dc9a452980836b7ca0558d7c4fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3107, "upload_time": "2015-12-22T23:07:07", "url": "https://files.pythonhosted.org/packages/17/e8/2dd2e57f7c2c0d2be78e5a6206e2e363867a17dc0890fed33a93556da4a0/hybridJaccard-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36d57dc9a452980836b7ca0558d7c4fa", "sha256": "97dcdf24ff59d7f7c33dea735fd7c3cc5a803677da0ba3d8e3a3ad4571c0db2e" }, "downloads": -1, "filename": "hybridJaccard-0.0.3.tar.gz", "has_sig": true, "md5_digest": "36d57dc9a452980836b7ca0558d7c4fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3107, "upload_time": "2015-12-22T23:07:07", "url": "https://files.pythonhosted.org/packages/17/e8/2dd2e57f7c2c0d2be78e5a6206e2e363867a17dc0890fed33a93556da4a0/hybridJaccard-0.0.3.tar.gz" } ] }