Metadata-Version: 2.0
Name: disamby
Version: 0.2.1
Summary: Python package to carry out entity disambiguation based on string matching
Home-page: https://github.com/verginer/disamby
Author: Luca Verginer
Author-email: luca@verginer.eu
License: MIT license
Keywords: disamby,disambiguation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: networkx
Requires-Dist: tqdm

=======
disamby
=======


.. image:: https://img.shields.io/pypi/v/disamby.svg
        :target: https://pypi.python.org/pypi/disamby

.. image:: https://img.shields.io/travis/verginer/disamby.svg
        :target: https://travis-ci.org/verginer/disamby

.. image:: https://readthedocs.org/projects/disamby/badge/?version=latest
        :target: https://disamby.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/verginer/disamby/shield.svg
     :target: https://pyup.io/repos/github/verginer/disamby/
     :alt: Updates


Python package to carry out entity disambiguation based on string matching


* Free software: MIT license
* Documentation: https://disamby.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-06-24)
------------------

* First release on PyPI.


