File size: 336 Bytes
7934b29 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
.. _neural_models:
Neural Models for (Inverse) Text Normalization
==============================================
NeMo provides two types of neural models:
Duplex T5-based TN/ITN:
.. toctree::
:maxdepth: 1
nn_text_normalization
Single-pass Tagger-based ITN:
.. toctree::
:maxdepth: 1
text_normalization_as_tagging
|