Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nemo_text_processing-0.1.5rc0.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

nemo_text_processing-0.1.5rc0-py3-none-any.whl (2.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page