kinya-tn


Namekinya-tn JSON
Version 0.0.1.3.1 PyPI version JSON
download
home_pageNone
SummaryA small package that convert time, cardinal numbers, some acronyms and transliterations cases from their written form to their verbalized form. It can be used to normalize text before feeding it into a text-to-speech model.
upload_time2024-08-12 14:06:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kinya_TN

Kinyarwanda_TextNormalization(Kinya_TN) is a small package that convert time, cardinal numbers, some acronyms and transliterations cases from their written form to their verbalized form. It can be used to preprocess text to an adequate form for text-to-speech models.

## Installation

```
pip install kinya_tn
```

## Usage

```
from kinya_tn import text_normalization

text_normalization.normalize("abantu 2000 baje kure ikiganiro cya covid cyatangiye 12:40")
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kinya-tn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "DigitalUmuganda <samuel@digitalumuganda.com>",
    "download_url": "https://files.pythonhosted.org/packages/39/01/ad8f1e59b9454ead5e5ad6ceeb7841f23164a5fbb660117122a8da8acf78/kinya_tn-0.0.1.3.1.tar.gz",
    "platform": null,
    "description": "# Kinya_TN\n\nKinyarwanda_TextNormalization(Kinya_TN) is a small package that convert time, cardinal numbers, some acronyms and transliterations cases from their written form to their verbalized form. It can be used to preprocess text to an adequate form for text-to-speech models.\n\n## Installation\n\n```\npip install kinya_tn\n```\n\n## Usage\n\n```\nfrom kinya_tn import text_normalization\n\ntext_normalization.normalize(\"abantu 2000 baje kure ikiganiro cya covid cyatangiye 12:40\")\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A small package that convert time, cardinal numbers, some acronyms and transliterations cases from their written form to their verbalized form. It can be used to normalize text before feeding it into a text-to-speech model.",
    "version": "0.0.1.3.1",
    "project_urls": {
        "Homepage": "https://github.com/Digital-Umuganda/text_normalization_tts_rw/",
        "Issues": "https://github.com/Digital-Umuganda/text_normalization_tts_rw/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13668754ceea408e1719a957fd0883b087a7239997a34fe223d6e7d51b2bf367",
                "md5": "90f76b1013e4f8822283cc3b209630b6",
                "sha256": "02a744acbc1f12f8f412922c1861361fee3f5a47a697e572331036dd147cb25d"
            },
            "downloads": -1,
            "filename": "kinya_tn-0.0.1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90f76b1013e4f8822283cc3b209630b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 246731,
            "upload_time": "2024-08-12T14:06:24",
            "upload_time_iso_8601": "2024-08-12T14:06:24.879394Z",
            "url": "https://files.pythonhosted.org/packages/13/66/8754ceea408e1719a957fd0883b087a7239997a34fe223d6e7d51b2bf367/kinya_tn-0.0.1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3901ad8f1e59b9454ead5e5ad6ceeb7841f23164a5fbb660117122a8da8acf78",
                "md5": "1ed200b7d2b43cd741622e904fd0084f",
                "sha256": "4534c4ceb734e37913e3df2169682e99ee1d6d3b28b82c7d74a81d940b3f4f41"
            },
            "downloads": -1,
            "filename": "kinya_tn-0.0.1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1ed200b7d2b43cd741622e904fd0084f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 233062,
            "upload_time": "2024-08-12T14:06:28",
            "upload_time_iso_8601": "2024-08-12T14:06:28.788567Z",
            "url": "https://files.pythonhosted.org/packages/39/01/ad8f1e59b9454ead5e5ad6ceeb7841f23164a5fbb660117122a8da8acf78/kinya_tn-0.0.1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-12 14:06:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Digital-Umuganda",
    "github_project": "text_normalization_tts_rw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "kinya-tn"
}
        
Elapsed time: 0.79856s