Metadata-Version: 2.1
Name: beard
Version: 0.2.1
Summary: Bibliographic Entity Automatic         Recognition and Disambiguation
Home-page: https://github.com/inspirehep/beard
Author: CERN
Author-email: admin@inspirehep.net
License: BSD
Keywords: author disambiguation,machine learning,data mining
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: jellyfish (<=0.7)
Requires-Dist: numpy (>=1.9)
Requires-Dist: scipy (>=0.14)
Requires-Dist: scikit-learn (>=0.15.2)
Requires-Dist: six
Requires-Dist: unidecode
Requires-Dist: fuzzy (>=1.2,~=1.0)

=====
Beard
=====

Beard is a Python library of machine learning tools for Bibliographic Entity
Automatic Recognition and Disambiguation.

The project is currently in stable stage of development.

.. image:: https://travis-ci.org/inspirehep/beard.svg?branch=master
	:target: https://travis-ci.org/inspirehep/beard
.. image:: https://coveralls.io/repos/inspirehep/beard/badge.png
	:target: https://coveralls.io/r/inspirehep/beard

Installation
============

``python setup.py install``

Examples
========

In the ``examples/applications/author-disambiguation`` directory there are files
that present how to use the library for the author disambiguation problem.
Check the ``README.rst`` in this directory for details.


