{
"info": {
"author": "USC/ISI",
"author_email": "yixiangy@isi.edu",
"bugtrack_url": null,
"classifiers": [
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "RLTK: Record Linkage ToolKit\n============================\n\n.. begin-intro\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://raw.githubusercontent.com/usc-isi-i2/rltk/master/LICENSE\n :alt: License\n\n.. image:: https://api.travis-ci.org/usc-isi-i2/rltk.svg?branch=master\n :target: https://travis-ci.org/usc-isi-i2/rltk\n :alt: Travis\n\n.. image:: https://badge.fury.io/py/rltk.svg\n :target: https://badge.fury.io/py/rltk\n :alt: pypi\n\n.. image:: https://readthedocs.org/projects/rltk/badge/?version=latest\n :target: http://rltk.readthedocs.io/en/latest\n :alt: Documents\n\nThe Record Linkage ToolKit (RLTK) is a general-purpose open-source record linkage platform that allows users to build powerful Python programs that link records referring to the same underlying entity. Record linkage is an extremely important problem that shows up in domains extending from social networks to bibliographic data and biomedicine. Current open platforms for record linkage have problems scaling even to moderately sized datasets, or are just not easy to use (even by experts). RLTK attempts to address all of these issues.\n\nRLTK supports a full, scalable record linkage pipeline, including multi-core algorithms for blocking, profiling data, computing a wide variety of features, and training and applying machine learning classifiers based on Python\u2019s sklearn library. An end-to-end RLTK pipeline can be jump-started with only a few lines of code. However, RLTK is also designed to be extensible and customizable, allowing users arbitrary degrees of control over many of the individual components. You can add new features to RLTK (e.g. a custom string similarity) very easily.\n\nRLTK is being built by the `Center on Knowledge Graphs `_ at `USC/ISI `_, with funding from multiple projects funded by the DARPA LORELEI and MEMEX programs and the IARPA CAUSE program.\nRLTK is under active maintenance and we expect to keep adding new features and state-of-the-art record linkage algorithms in the foreseeable future, in addition to continuously supporting our adopters to integrate the platform into their applications.\n\nGetting Started\n---------------\n\nInstallation (make sure prerequisites are installed)::\n\n pip install -U rltk\n\nExample::\n\n >>> import rltk\n >>> rltk.levenshtein_distance('abc', 'abd')\n 1\n\nTry RLTK Online\n---------------\n\n* `Stable version `_\n* `Development version `_\n\n.. end-intro\n\nDatasets & Experiments\n----------------------\n* `rltk-experimentation `_\n\nDocumentation\n-------------\n\n* `Tutorials `_\n* `API Reference `_",
"description_content_type": "text/x-rst",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/usc-isi-i2/rltk",
"keywords": "",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "rltk",
"package_url": "https://pypi.org/project/rltk/",
"platform": "",
"project_url": "https://pypi.org/project/rltk/",
"project_urls": {
"Bug Tracker": "https://github.com/usc-isi-i2/rltk/issues",
"Documentation": "https://rltk.readthedocs.io",
"Homepage": "https://github.com/usc-isi-i2/rltk",
"Source Code": "https://github.com/usc-isi-i2/rltk"
},
"release_url": "https://pypi.org/project/rltk/2.0.0a14/",
"requires_dist": null,
"requires_python": "",
"summary": "Record Linkage ToolKit",
"version": "2.0.0a14"
},
"last_serial": 5223131,
"releases": {
"2.0.0a1": [
{
"comment_text": "",
"digests": {
"md5": "c58a43d30eedade387561fb8d1d6847d",
"sha256": "ae131dcfa915dea48e67d7e59c661991499ccc99c8bc09ad6701b1e0dbe3832b"
},
"downloads": -1,
"filename": "rltk-2.0.0a1.tar.gz",
"has_sig": false,
"md5_digest": "c58a43d30eedade387561fb8d1d6847d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31813,
"upload_time": "2018-04-20T22:49:12",
"url": "https://files.pythonhosted.org/packages/0d/84/2b0e9f0085060f45f0b5fb4cf362df5fbd2e92faae362c4db06e9cc64c02/rltk-2.0.0a1.tar.gz"
}
],
"2.0.0a10": [
{
"comment_text": "",
"digests": {
"md5": "31abf88217374629d6c223b1555fefe3",
"sha256": "8a8c0c9bfc8254827e99f0d5523b68c86b2c3cb94aeebd40ab900f52a2f1c3aa"
},
"downloads": -1,
"filename": "rltk-2.0.0a10.tar.gz",
"has_sig": false,
"md5_digest": "31abf88217374629d6c223b1555fefe3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 53142,
"upload_time": "2018-12-14T02:59:27",
"url": "https://files.pythonhosted.org/packages/f8/fb/e21b6b907fede87e050c2d27bf3ab4253f2112c302067b4b101a43e47608/rltk-2.0.0a10.tar.gz"
}
],
"2.0.0a11": [
{
"comment_text": "",
"digests": {
"md5": "08d1191c5de5b69c9bfcd31564501adb",
"sha256": "3b73d2239a6bf8c7f86a222cd1ee83e7709a0b12395b990465a8a4f666f9653a"
},
"downloads": -1,
"filename": "rltk-2.0.0a11.tar.gz",
"has_sig": false,
"md5_digest": "08d1191c5de5b69c9bfcd31564501adb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 53172,
"upload_time": "2019-01-26T01:39:27",
"url": "https://files.pythonhosted.org/packages/b4/4c/6d3a09faa5106dd0a205bdbbb7b66be01d70504d570ed0fcded1333a5044/rltk-2.0.0a11.tar.gz"
}
],
"2.0.0a12": [
{
"comment_text": "",
"digests": {
"md5": "7b23c277316df26c459afa11535fd515",
"sha256": "d33701fa0db1a20f6087ff6a6053ec6e93c070f1a60ae202de5f7a5597570f78"
},
"downloads": -1,
"filename": "rltk-2.0.0a12.tar.gz",
"has_sig": false,
"md5_digest": "7b23c277316df26c459afa11535fd515",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 58322,
"upload_time": "2019-03-22T00:26:46",
"url": "https://files.pythonhosted.org/packages/b4/60/1dc827c1e123de45e41f91fc4afb2ab1bc85b347d9f40feada5d5c97105a/rltk-2.0.0a12.tar.gz"
}
],
"2.0.0a13": [
{
"comment_text": "",
"digests": {
"md5": "baf621f14660eacf70a5b7d9c46521cc",
"sha256": "a4c9d054ec6ab6c646866276f17685c4e8fa9873831dd9ae27befe9d46828294"
},
"downloads": -1,
"filename": "rltk-2.0.0a13.tar.gz",
"has_sig": false,
"md5_digest": "baf621f14660eacf70a5b7d9c46521cc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 59062,
"upload_time": "2019-04-04T23:24:43",
"url": "https://files.pythonhosted.org/packages/8a/29/4a2b0a074da09c25380ccb985bab68c955798d5e0285edf4eecf939e4c0f/rltk-2.0.0a13.tar.gz"
}
],
"2.0.0a14": [
{
"comment_text": "",
"digests": {
"md5": "57f18b305c72208c2a26b9727f0c374c",
"sha256": "88947753b5be8578286848ee406f2183addf0aefda55a38e87a5aa9ab3cc5780"
},
"downloads": -1,
"filename": "rltk-2.0.0a14.tar.gz",
"has_sig": false,
"md5_digest": "57f18b305c72208c2a26b9727f0c374c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 54000,
"upload_time": "2019-05-03T18:31:11",
"url": "https://files.pythonhosted.org/packages/33/c1/c8f79855ef50937409f5b4323b63b770a557d7bd32a6a375361e30424355/rltk-2.0.0a14.tar.gz"
}
],
"2.0.0a2": [
{
"comment_text": "",
"digests": {
"md5": "a351a9c8afd1f6be11c0d27896c55a6f",
"sha256": "2cdcf017ca259b9deaf1e34e8f325e8bc3b5cd6e74b0a180e553a2d417da3029"
},
"downloads": -1,
"filename": "rltk-2.0.0a2.tar.gz",
"has_sig": false,
"md5_digest": "a351a9c8afd1f6be11c0d27896c55a6f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32026,
"upload_time": "2018-04-20T23:15:11",
"url": "https://files.pythonhosted.org/packages/eb/16/97af47f5bc4bf39c801c21b3b4c2a3ccf178de28f2b37501170906d6db10/rltk-2.0.0a2.tar.gz"
}
],
"2.0.0a3": [
{
"comment_text": "",
"digests": {
"md5": "517bd741d7bd0ad5c71e09205810cb75",
"sha256": "a57e3d0e1b72868b024ae392e1f3c43239389a6c9a9a859a6005205f7b3a11a9"
},
"downloads": -1,
"filename": "rltk-2.0.0a3.tar.gz",
"has_sig": false,
"md5_digest": "517bd741d7bd0ad5c71e09205810cb75",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 32755,
"upload_time": "2018-04-20T23:52:12",
"url": "https://files.pythonhosted.org/packages/45/0a/904e111d88c5c880fa6d43157ef01db6f5234893c8ea1b9c1dc1be0cd210/rltk-2.0.0a3.tar.gz"
}
],
"2.0.0a4": [
{
"comment_text": "",
"digests": {
"md5": "4363c6966377b6e02612e10b6c8b8851",
"sha256": "01bc96f22186de6bfb36776e90a0e30ca27b60913f39d99f01436c9dcbae6cd8"
},
"downloads": -1,
"filename": "rltk-2.0.0a4.tar.gz",
"has_sig": false,
"md5_digest": "4363c6966377b6e02612e10b6c8b8851",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35313,
"upload_time": "2018-06-29T23:53:58",
"url": "https://files.pythonhosted.org/packages/6b/b8/a57effc712701cfa442fe0021d901e2e9fde59fc3ba74b4436405bb3d40a/rltk-2.0.0a4.tar.gz"
}
],
"2.0.0a5": [
{
"comment_text": "",
"digests": {
"md5": "1fd84c3b0519cc1e83effc9fa24d1e54",
"sha256": "b54cbfe923df181e68d9607e04639f1959e9d5ff2c28d3795ad5dc6e9caa54f9"
},
"downloads": -1,
"filename": "rltk-2.0.0a5.tar.gz",
"has_sig": false,
"md5_digest": "1fd84c3b0519cc1e83effc9fa24d1e54",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 40451,
"upload_time": "2018-08-15T18:50:11",
"url": "https://files.pythonhosted.org/packages/ff/84/9508f18049795829c5c01025b925bc91b080e42226eda2375c897d2b5d40/rltk-2.0.0a5.tar.gz"
}
],
"2.0.0a6": [
{
"comment_text": "",
"digests": {
"md5": "cc84b30543175374e9bb2595da3af93b",
"sha256": "a8360533a4ed4eb980b1a51b6d5522cda23a75aae2b48f0aad008fe6959520ff"
},
"downloads": -1,
"filename": "rltk-2.0.0a6.tar.gz",
"has_sig": false,
"md5_digest": "cc84b30543175374e9bb2595da3af93b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 44501,
"upload_time": "2018-09-07T17:34:18",
"url": "https://files.pythonhosted.org/packages/c9/a9/eedc030e6b3165886610e2a0e0a6bc11befc95a35bf6325170af9a5e3b0f/rltk-2.0.0a6.tar.gz"
}
],
"2.0.0a7": [
{
"comment_text": "",
"digests": {
"md5": "f23d7adbf32b1677f10bffc05f53d531",
"sha256": "079a6d31f6f8d6722b7e3459f46d8fb20b3862ebf87b3f2a70cf76ea9ab10a63"
},
"downloads": -1,
"filename": "rltk-2.0.0a7.tar.gz",
"has_sig": false,
"md5_digest": "f23d7adbf32b1677f10bffc05f53d531",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 44503,
"upload_time": "2018-09-07T17:52:19",
"url": "https://files.pythonhosted.org/packages/50/63/4e21757df41cc81eeae121dead1cc571d08068dc766c1ced10c56339bb51/rltk-2.0.0a7.tar.gz"
}
],
"2.0.0a8": [
{
"comment_text": "",
"digests": {
"md5": "b28174b4799a660a36c1d9c4c0c58467",
"sha256": "2408ad4fed38cfc19b5b9e693ec11afdbef7fa3a32d87480b2ac273b65d2c7e3"
},
"downloads": -1,
"filename": "rltk-2.0.0a8.tar.gz",
"has_sig": false,
"md5_digest": "b28174b4799a660a36c1d9c4c0c58467",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 45047,
"upload_time": "2018-09-13T00:55:02",
"url": "https://files.pythonhosted.org/packages/c1/fb/f59c29955a20de62a1172b373d1b7bb2c116a9ca5211f1e9c44affc8ac5f/rltk-2.0.0a8.tar.gz"
}
],
"2.0.0a9": [
{
"comment_text": "",
"digests": {
"md5": "326c4fd9641b95a41e2d256804db0015",
"sha256": "a98012e6d1b2d82b1b55ba7883201d32c1fc9208df492c4ceb357246e784b5de"
},
"downloads": -1,
"filename": "rltk-2.0.0a9.tar.gz",
"has_sig": false,
"md5_digest": "326c4fd9641b95a41e2d256804db0015",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 49672,
"upload_time": "2018-10-11T22:17:27",
"url": "https://files.pythonhosted.org/packages/cc/ca/6dbe26531b7ea82b12e77163f8f06a3d5f35cdc52d8fd763eedbd8dc75ae/rltk-2.0.0a9.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "57f18b305c72208c2a26b9727f0c374c",
"sha256": "88947753b5be8578286848ee406f2183addf0aefda55a38e87a5aa9ab3cc5780"
},
"downloads": -1,
"filename": "rltk-2.0.0a14.tar.gz",
"has_sig": false,
"md5_digest": "57f18b305c72208c2a26b9727f0c374c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 54000,
"upload_time": "2019-05-03T18:31:11",
"url": "https://files.pythonhosted.org/packages/33/c1/c8f79855ef50937409f5b4323b63b770a557d7bd32a6a375361e30424355/rltk-2.0.0a14.tar.gz"
}
]
}