bribrimapper


Namebribrimapper JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryIdentification and conversion functions for Bribri text processing
upload_time2024-06-02 01:45:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords bribri chibchan convert g2p ipa phonology transcription
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Bribri Mapper
=============

Bribri Mapper is a Python library that provides identification and conversion
functions for Bribri text processing. It is based on the `dragonmapper`_ PyPI package.
This was created for Dartmouth LING 48 with Professor Coto-Solano. It is not being actively maintained, however I would welcome any contributions or change requests.

GitHub: `https://github.com/isabellahoch/bribrimapper`_
Free software: MIT license

Features
--------

- Explicitly convert a Bribri string into the International Phonetic Alphabet (IPA)
- Explicitly transcribe Bribri tones

.. code-block:: python

    >>> s = "e'tã ie' ẽ' tkèsẽ kũlũk , kóxlĩ kiök"
    >>> bribrimapper.bribri_to_ipa(s)
    "e2tã ie2 ẽ2 tke1sẽ kũlũk , kõ4lĩ kiök"
    >>> bribrimapper.transcribe_bribri_tones(s)
    "e˩˧tã ie˩˧ ẽ˩˧ tke˧sẽ kũlũk , kõ˥˧lĩ kiök"

Getting Started
---------------

- `Install Bribri Mapper <https://isabellahoch.github.io/bribrimapper/installation.html>`_
- Report bugs and ask questions via `GitHub Issues <https://github.com/isabellahoch/bribrimapper>`_
- Contribute documentation, code, or feedback

.. _dragonmapper: https://github.com/tsroten/dragonmapper
.. _https://github.com/isabellahoch/bribrimapper: https://github.com/isabellahoch/bribrimapper
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bribrimapper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "bribri, chibchan, convert, g2p, ipa, phonology, transcription",
    "author": null,
    "author_email": "Isabella Hochschild <isabella.e.hochschild.25@dartmouth.edu>",
    "download_url": "https://files.pythonhosted.org/packages/d3/d8/cfdeb50613d2d2d3563f147f48cfaf7d860f4aa9c7f5f7498c926e4904de/bribrimapper-0.0.2.tar.gz",
    "platform": null,
    "description": "Bribri Mapper\n=============\n\nBribri Mapper is a Python library that provides identification and conversion\nfunctions for Bribri text processing. It is based on the `dragonmapper`_ PyPI package.\nThis was created for Dartmouth LING 48 with Professor Coto-Solano. It is not being actively maintained, however I would welcome any contributions or change requests.\n\nGitHub: `https://github.com/isabellahoch/bribrimapper`_\nFree software: MIT license\n\nFeatures\n--------\n\n- Explicitly convert a Bribri string into the International Phonetic Alphabet (IPA)\n- Explicitly transcribe Bribri tones\n\n.. code-block:: python\n\n    >>> s = \"e't\u00e3 ie' \u1ebd' tk\u00e8s\u1ebd k\u0169l\u0169k , k\u00f3xl\u0129 ki\u00f6k\"\n    >>> bribrimapper.bribri_to_ipa(s)\n    \"e2t\u00e3 ie2 \u1ebd2 tke1s\u1ebd k\u0169l\u0169k , k\u00f54l\u0129 ki\u00f6k\"\n    >>> bribrimapper.transcribe_bribri_tones(s)\n    \"e\u02e9\u02e7t\u00e3 ie\u02e9\u02e7 \u1ebd\u02e9\u02e7 tke\u02e7s\u1ebd k\u0169l\u0169k , k\u00f5\u02e5\u02e7l\u0129 ki\u00f6k\"\n\nGetting Started\n---------------\n\n- `Install Bribri Mapper <https://isabellahoch.github.io/bribrimapper/installation.html>`_\n- Report bugs and ask questions via `GitHub Issues <https://github.com/isabellahoch/bribrimapper>`_\n- Contribute documentation, code, or feedback\n\n.. _dragonmapper: https://github.com/tsroten/dragonmapper\n.. _https://github.com/isabellahoch/bribrimapper: https://github.com/isabellahoch/bribrimapper",
    "bugtrack_url": null,
    "license": null,
    "summary": "Identification and conversion functions for Bribri text processing",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://github.com/isabellahoch/bribrimapper",
        "Source code": "https://github.com/isabellahoch/bribrimapper"
    },
    "split_keywords": [
        "bribri",
        " chibchan",
        " convert",
        " g2p",
        " ipa",
        " phonology",
        " transcription"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47837819b63d0f0a5d7c0f6ff163b005b47413114f5b9bb61ead08211a2c98a6",
                "md5": "0f2dbb93ba7d467e9bf650880e5c406f",
                "sha256": "dfa3da6e5944d161e79b7a8a529ba31836cdc492f4e45fd3fce129b5dae4d295"
            },
            "downloads": -1,
            "filename": "bribrimapper-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f2dbb93ba7d467e9bf650880e5c406f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4389,
            "upload_time": "2024-06-02T01:45:37",
            "upload_time_iso_8601": "2024-06-02T01:45:37.024571Z",
            "url": "https://files.pythonhosted.org/packages/47/83/7819b63d0f0a5d7c0f6ff163b005b47413114f5b9bb61ead08211a2c98a6/bribrimapper-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3d8cfdeb50613d2d2d3563f147f48cfaf7d860f4aa9c7f5f7498c926e4904de",
                "md5": "1fa70c4a8c38c15cc9d47f87df9f5405",
                "sha256": "aba61601cc70ae5b9cc1dbe8202716315552e28333058a84a5054869f366ca34"
            },
            "downloads": -1,
            "filename": "bribrimapper-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1fa70c4a8c38c15cc9d47f87df9f5405",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3562,
            "upload_time": "2024-06-02T01:45:38",
            "upload_time_iso_8601": "2024-06-02T01:45:38.509025Z",
            "url": "https://files.pythonhosted.org/packages/d3/d8/cfdeb50613d2d2d3563f147f48cfaf7d860f4aa9c7f5f7498c926e4904de/bribrimapper-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-02 01:45:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "isabellahoch",
    "github_project": "bribrimapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bribrimapper"
}
        
Elapsed time: 0.71830s