Metadata-Version: 2.0
Name: islex-entities
Version: 0.1.1
Summary: Core entries for islex dictionary.
Home-page: https://github.com/jkahn/islex-entities
Author: Jeremy G. Kahn
Author-email: jeremy@trochee.net
License: MIT license
Keywords: islex
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: islex (>=0.2.1)

==================================================
ISLE pronunciation dictionary named-entity entries
==================================================


.. image:: https://img.shields.io/pypi/v/islex-entities.svg
        :target: https://pypi.python.org/pypi/islex-entities

.. image:: https://img.shields.io/travis/jkahn/islex-entities.svg
        :target: https://travis-ci.org/jkahn/islex-entities

.. image:: https://readthedocs.org/projects/isle-entities/badge/?version=latest
        :target: https://islex-entities.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/jkahn/islex-entities/shield.svg
     :target: https://pyup.io/repos/github/jkahn/islex-entities/
     :alt: Updates


Data package containing named-entities of the ISLE dictionary (those
labeled as exclusively named-entity (`NNP` or `NNPS`).


* Free software: MIT license
* Documentation: https://islex-entities.readthedocs.io.


Features
--------

* Named entities from the ISLE dictionary (those that are
  exclusively `NNP` or `NNPS`).

* See also the `islex-core` (for other parts-of-speech) and the
  remainder unlabeled in `islex-periphery`.

Credits
-------

Package author is `Jeremy G Kahn`_, repackaging the very useful `ISLE
pronunciation lexicon`_ from the `Illinois Speech and Language
Engineering`_ group.

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

.. _`Jeremy G Kahn`: http://trochee.net/
.. _`ISLE pronunciation lexicon`: http://isle.illinois.edu/sst/data/g2ps/English/ISLEdict.txt
.. _`Illinois Speech and Language Engineering`: http://www.isle.illinois.edu
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



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

0.1.1 (27 July 2017)
--------------------

* Patched documentation to remove some leftovers from port over from
  `islex-core`.


0.1.0 (26 July 2016)
--------------------

* First git checkin of named-entity ISLE data, with configuration
  managed upstream.

* deployed with automatic push to pypi by travis.


