File size: 369 Bytes
7934b29 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
(Inverse) Text Normalization
============================
NeMo supports Text Normalization (TN) and Inverse Text Normalization (ITN) tasks via rule-based `nemo_text_processing` python package and Neural-based TN/ITN models.
Rule-based (WFST) TN/ITN:
.. toctree::
:maxdepth: 2
wfst/intro
Neural-based TN/ITN:
.. toctree::
:maxdepth: 2
neural_models
|