Entity Resolution Kit ====================== This package contains a comprehensive set of methods to perform entity resolution on graph data. --------------- Install this package like any other Python package via .. code-block:: console python setup.py install --------------- There are lots of utility methods but you'll probably want to use the methods contains in the :class:`entity_resolution.solutions` module. See the :doc:`usage` document for more on this.