-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58e95c9
commit a99c937
Showing
19 changed files
with
1,826 additions
and
1,107 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
|
||
.. _acoustic_features: | ||
|
||
Acoustic features | ||
================= | ||
|
||
.. warning:: | ||
|
||
Still under construction, I hope to fill these sections out as I have time. | ||
|
||
|
||
.. _features_mfcc: | ||
|
||
Mel-Frequency Cepstrum Coefficients | ||
----------------------------------- | ||
|
||
|
||
.. _features_pitch: | ||
|
||
Pitch | ||
----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|
||
.. _fst: | ||
|
||
Finite State Transducers | ||
======================== | ||
|
||
.. warning:: | ||
|
||
Still under construction, I hope to fill these sections out as I have time. | ||
|
||
.. seealso:: | ||
|
||
`OpenFst Quick Tour <https://www.openfst.org/twiki/bin/view/FST/FstQuickTour>`_ | ||
|
||
.. _acceptor: | ||
|
||
Acceptors | ||
--------- | ||
|
||
.. _wfst: | ||
|
||
Weighted Finite State Transducers | ||
--------------------------------- | ||
|
||
|
||
.. _lexicon_fst: | ||
|
||
Lexicon FSTs | ||
============ | ||
|
||
MFA compiles input pronunciation dictionaries to a Weighted Finite State Transducer (:term:`WFST`), with phones as input symbols and words as output symbols. During alignment, the :term:`lexicon FST` is composed with a linear acceptor created from the | ||
|
||
.. _grammar_fst: | ||
|
||
Grammar FSTs | ||
============ | ||
|
||
.. _g2p_fst: | ||
|
||
G2P FSTs | ||
======== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
|
||
.. _hmm: | ||
|
||
Hidden Markov Models | ||
==================== | ||
|
||
.. warning:: | ||
|
||
Still under construction, I hope to fill these sections out as I have time. | ||
|
||
|
||
Standard topology | ||
----------------- | ||
|
||
MFA topology | ||
------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
.. _concepts: | ||
|
||
*************** | ||
Concepts in MFA | ||
*************** | ||
|
||
This section will attempt to provide a blend of technical and non-technical overviews of various components and concepts used in MFA. There are much more in-depth resources for learning about various components that will be linked if you are interested in learning more about them. | ||
|
||
.. warning:: | ||
|
||
Still under construction, I hope to fill these sections out as I have time. | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
features | ||
fst | ||
hmm |
61 changes: 37 additions & 24 deletions
61
docs/source/user_guide/corpus_creation/training_dictionary.rst
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.