Metadata-Version: 2.3
Name: kinya_tn
Version: 0.0.1
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.
Project-URL: Homepage, https://github.com/Digital-Umuganda/text_normalization_tts_rw/
Project-URL: Issues, https://github.com/Digital-Umuganda/text_normalization_tts_rw/issues
Author-email: DigitalUmuganda <samuel@digitalumuganda.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 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")
```


