Metadata-Version: 2.1
Name: exobrain-entity-recognizer
Version: 0.3.2
Summary: Entity recognizer for Exobrain project.
Home-page: https://github.com/kaist-irnlp/exobrain-entity-recognizer
Author: Kyoung-Rok Jang
Author-email: kyoungrok.jang@gmail.com
License: UNKNOWN
Keywords: exobrain_entity_recognizer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: spacy (<3.0,>=2.0)
Requires-Dist: ujson
Requires-Dist: textblob

==========================
Exobrain Entity Recognizer
==========================

.. image:: https://travis-ci.org/kaist-irnlp/exobrain-entity-recognizer.svg?branch=master
    :target: https://travis-ci.org/kaist-irnlp/exobrain-entity-recognizer

.. image:: https://readthedocs.org/projects/exobrain-entity-recognizer/badge/?version=latest
        :target: https://exobrain-entity-recognizer.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/kaist-irnlp/exobrain-entity-recognizer/shield.svg
     :target: https://pyup.io/repos/github/kaist-irnlp/exobrain-entity-recognizer/
     :alt: Updates



Entity recognizer for Exobrain project.

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 (2018-06-27)
------------------

* First release on PyPI.


