mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 10:02:22 +00:00
* first commit * replace phonimizer with g2p * use Conformer as text encoder * modify training script, clean codes * rename directory * convert text to tokens in data preparation stage * fix tts_datamodule.py * support onnx export and testing the exported onnx model * add doc * add README.md * fix style
20 lines
491 B
ReStructuredText
20 lines
491 B
ReStructuredText
Recipes
|
|
=======
|
|
|
|
This page contains various recipes in ``icefall``.
|
|
Currently, we provide recipes for speech recognition, language model, and speech synthesis.
|
|
|
|
We may add recipes for other tasks as well in the future.
|
|
|
|
.. we put the yesno recipe as the first recipe since it is the simplest one.
|
|
.. Other recipes are listed in a alphabetical order.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Table of Contents
|
|
|
|
Non-streaming-ASR/index
|
|
Streaming-ASR/index
|
|
RNN-LM/index
|
|
TTS/index
|