Metadata-Version: 1.1
Name: islex-entities
Version: 0.1.2
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
Description: ==================================================
        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.2 (27 July 2017)
        --------------------
        
        * Changed classifier to upgrade to Alpha status, and because bad merge
          made tag v0.1.1 misalign git repo with pypi.
        
        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.
        
Keywords: islex
Platform: UNKNOWN
Classifier: Development Status :: 3 - 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
