Metadata-Version: 1.1
Name: beard
Version: 0.2.2
Summary: Bibliographic Entity Automatic         Recognition and Disambiguation
Home-page: https://github.com/inspirehep/beard
Author: CERN
Author-email: admin@inspirehep.net
License: BSD
Description: =====
        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.
        
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.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
