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.5rc0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6ccfd206a478c254b52a2f87a555ed0b44ea5c39763a492effda3ddf84d3d11 |
|
MD5 | 3fce55ff4fe24885ca51e7f66bcb4d52 |
|
BLAKE2b-256 | cecb58903441385e9e5c9822fa6af3d425afe65e71e99b308edfe8d882a72ed1 |
Hashes for nemo_text_processing-0.1.5rc0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11c85b11c370953f2cea7e0473d98b441517da6ca15d2127850cbea0e605492d |
|
MD5 | 79a8e4ad0955a75857ff5eaa8a8d741d |
|
BLAKE2b-256 | 1ef3cf377622bf5a8ac94fe694d685d6ea912c9b42c69a59aee9655abf1c4665 |