Skip to content

Commit

Permalink
remove v2 hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Aug 15, 2018
1 parent 4993784 commit 992545f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ RLTK: Record Linkage ToolKit
:target: http://rltk.readthedocs.io/en/latest
:alt: Documents

We are actively developing a new version of RLTK. If you are curious, check out the v2 branch:
https://github.com/usc-isi-i2/rltk/tree/v2

The Record Linkage ToolKit (RLTK) is a general-purpose open-source record linkage platform that allows users to build powerful Python programs that link records (represented as arbitrarily structured JSON documents) 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.

RLTK supports a full, scalable record linkage pipeline, including multi-core algorithms for blocking, profiling data, computing a wide variety of features (including string, token, numeric, phonetic and time-series features), and training and applying machine learning classifiers based on Python’s sklearn library. An end-to-end RLTK pipeline can be jumpstarted 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.
Expand Down

0 comments on commit 992545f

Please sign in to comment.