Metadata-Version: 2.1
Name: maniphono
Version: 0.3.3
Summary: Python library for the symbolic manipulation of phoneme representations
Home-page: https://github.com/tresoldi/maniphono
Author: Tiago Tresoldi
Author-email: tiago.tresoldi@lingfil.uu.se
License: MIT
Description: # maniphono
        
        
        [![PyPI](https://img.shields.io/pypi/v/maniphono.svg)](https://pypi.org/project/maniphono)
        [![CI](https://github.com/tresoldi/maniphono/actions/workflows/ci.yml/badge.svg)](https://github.com/tresoldi/maniphono/actions/workflows/ci.yml)
        
        A Python library for the symbolic manipulation of phonological entities
        
        ## Installation
        
        In any standard Python environment, `maniphono` can be installed with:
        
        ```bash
        $ pip install maniphono
        ```
        
        ## Introduction
        
        `maniphono` is a library for the symbolic manipulation of phonological units.
        
        A detailed description is provided
        [here](https://htmlpreview.github.io/?https://github.com/tresoldi/maniphono/blob/main/extra/manual_release.html)
        ([devel](https://htmlpreview.github.io/?https://github.com/tresoldi/maniphono/blob/devel/extra/manual_release.html)
        ).
        
        ## Author and citation
        
        The library is developed by Tiago Tresoldi (tiago.tresoldi@lingfil.uu.se).
        
        The author has received funding from the Riksbankens Jubileumsfond
        (grant agreement ID: [MXM19-1087:1](https://www.rj.se/en/anslag/2019/cultural-evolution-of-texts/),
        [Cultural Evolution of Texts](https://github.com/evotext/)).
        
        During the first stages of development, the author received funding from the
        European Research Council (ERC) under the European Union’s Horizon 2020
        research and innovation programme (grant agreement
        No. [ERC Grant #715618](https://cordis.europa.eu/project/rcn/206320/factsheet/en),
        [Computer-Assisted Language Comparison](https://digling.org/calc/)).
        
        If you use `maniphono`, please cite it as:
        
          > Tresoldi, Tiago (2021). Maniphono, a library for the symbolic manipulation of phonological
          > entities. Version 0.3.3. Uppsala: Uppsala Universitet.
        
        In BibTeX:
        
        ```bibtex
        @misc{Tresoldi2021maniphono,
          author = {Tresoldi, Tiago},
          title = {Maniphono, a library for the symbolic manipulation of phonological entities. Version 0.3.3},
          howpublished = {\url{https://github.com/tresoldi/maniphono}},
          address = {Uppsala},
          publisher = {Uppsala Universitet}
          year = {2021},
        }
        ```
Keywords: phoneme,phonology,phonetics,distinctive features
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
