Metadata-Version: 1.1
Name: islex
Version: 0.2.1
Summary: Utility classes to support easy loading and manipulation of dictionary-to-pronunciation.
Home-page: https://github.com/jkahn/islex
Author: Jeremy G. Kahn
Author-email: jeremy@trochee.net
License: MIT license
Description: =======================================
        ISLE pronunciation dictionary accessors
        =======================================
        
        
        .. image:: https://img.shields.io/pypi/v/islex.svg
                :target: https://pypi.python.org/pypi/islex
        
        .. image:: https://img.shields.io/travis/jkahn/islex.svg
                :target: https://travis-ci.org/jkahn/islex
        
        .. image:: https://readthedocs.org/projects/islex/badge/?version=latest
                :target: https://islex.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/jkahn/islex/shield.svg
             :target: https://pyup.io/repos/github/jkahn/islex/
             :alt: Updates
        
        
        Utility classes to support easy extraction and manipulation of
        dictionary-to-pronunciation from the ISLE dictionary.
        
        
        * Free software: MIT license
        * Documentation: https://islex.readthedocs.io.
        
        
        Features
        --------
        
        * Loading and navigating around the data structures of the ISLE lexicon.
        
        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.2.1 (2016-07-26)
        ------------------
        
        * Mark as zip-safe.
        * Correct some loading code to work better for subpackages.
        
        
        0.2.0 (2016-07-26)
        ------------------
        
        * Constructs islex.data namespace for other packages to land in.
        * Improved handling of morphologically-analyzed words.
        * Include behaviors to restore to strings.
        * Include functions to write to external files for managing data as subpackages.
        * codecov support
        
        
        0.1.2 (2016-07-20)
        ------------------
        
        * (intended difference with : release to PyPI done by Travis.)
        * Refactor to use `attrs` classes for clean, fast types.
        
        
        0.1.1 (2016-07-12)
        ------------------
        
        * released on pypi (without this note).
        * added several tweaks and tuning towards coverage with pytest
        
        
        0.1.0 (2016-07-12)
        ------------------
        
        * First release on PyPI.
        * Supported Travis-CI, islex.readthedocs.org, and pyup-ci.org
        
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
