NeMo text processing for ASR and TTS
Project description
NeMo Text Processing
This repository is under development, please refer to https://github.com/NVIDIA/NeMo/tree/main/nemo_text_processing for full functionality.
Introduction
NeMo Text Processing
is a Python package for text normalization and inverse text normalization.
This repository is under development, please refer to https://github.com/NVIDIA/NeMo/tree/main/nemo_text_processing for full functionallity. See documentation for details.
Documentation
Text Processing (text normalization and inverse text normalization) <https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/nlp/text_normalization/intro.html>
_
Tutorials
A great way to start with NeMo is by checking one of our tutorials <https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/starthere/tutorials.html>
_.
Getting help with NeMo
FAQ can be found on NeMo's Discussions board <https://github.com/NVIDIA/NeMo/discussions>
_. You are welcome to ask questions or start discussions there.
Installation
Conda
We recommend installing NeMo in a fresh Conda environment.
.. code-block:: bash
conda create --name nemo_tn python==3.8
conda activate nemo_tn
Pip
~~~
Use this installation mode if you want the latest released version.
.. code-block:: bash
pip install nemo_text_processing
Pip from source
Use this installation mode if you want the a version from particular GitHub branch (e.g main).
.. code-block:: bash
pip install Cython
python -m pip install git+https://github.com/NVIDIA/NeMo-text-processing.git@{BRANCH}#egg=nemo_text_processing
From source
Use this installation mode if you are contributing to NeMo.
.. code-block:: bash
git clone https://github.com/NVIDIA/NeMo-text-processing
cd NeMo-text-processing
./reinstall.sh
.. note::
If you only want the toolkit without additional conda-based dependencies, you may replace ``reinstall.sh``
with ``pip install -e .`` when your PWD is the root of the NeMo repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for nemo_text_processing-0.1.4rc0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 567da1fb12cccac250f1e0b1f51a560b8f467703f0318f9a038cca8a79459b20 |
|
MD5 | a2faa12581af393b0bbd2592b1456411 |
|
BLAKE2b-256 | 753c62dca88b69b111804cb824efd3eb7d74b3146fbb90a464879efa0d1abe8f |
Hashes for nemo_text_processing-0.1.4rc0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a228892edf5d1cea53b2844d6cc155cefa5c1f41017309d231bcb161fa12729 |
|
MD5 | c786f5f7829037c088d0366b289c7e58 |
|
BLAKE2b-256 | 7de0660a1b903710f2e0da83ba329e64186ec3f4271e9c0f19938cc93aa331fa |