Metadata-Version: 2.0
Name: islex-core
Version: 0.1.0
Summary: Core entries for islex dictionary.
Home-page: https://github.com/jkahn/islex-core
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 core entries
==========================================


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

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

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

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


Data package containing core entries of the ISLE dictionary (those
with part-of-speech-tags, excluding named-entities).


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


Features
--------

* Core entries from the ISLE dictionary (those that have a
  part-of-speech tag or a morphological analysis and are *not*
  exclusively `NNP` or `NNPS`.

* See also the `NNP[S]` types in `islex-entities` and the remainder 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.0 (unreleased)
------------------

* First git checkin of core data.


