Update README.md
Browse files
README.md
CHANGED
@@ -76,9 +76,16 @@ Within each folder, the filenames share similar structure and contain critical i
|
|
76 |
|
77 |
``acoustic_models/``: The acoustic models have been trained using the Montreal Forced Aligner, and the force-aligned TextGrids are obtained directly from those alignments. These acoustic models can be downloaded and re-used with the Montreal Forced Aligner for new data.
|
78 |
|
79 |
-
``lexicons/``: The lexicons are developed using
|
80 |
-
|
81 |
-
``
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
+ ``mk``: Common Voice language ID code (Macedonian)
|
84 |
+ ``xpf``: G2P system for the lexicon (XPF Corpus)
|
|
|
76 |
|
77 |
``acoustic_models/``: The acoustic models have been trained using the Montreal Forced Aligner, and the force-aligned TextGrids are obtained directly from those alignments. These acoustic models can be downloaded and re-used with the Montreal Forced Aligner for new data.
|
78 |
|
79 |
+
``lexicons/``: The lexicons are developed using various toolkits. Some manual correction has been applied, and we hope to continue improving these. Any updates from the community are welcome.
|
80 |
+
|
81 |
+
+ ``epi``: Epitran
|
82 |
+
+ ``xpf``: XPF Corpus
|
83 |
+
+ ``chr``: Charsiu
|
84 |
+
+ ``cvu``: Common Voice Utils
|
85 |
+
+ ``mfa``: Montreal Forced Aligner G2P
|
86 |
+
+ ``vxc``: Custom dictionaries
|
87 |
+
|
88 |
+
``textgrids/``: The TextGrids contain phone- and word-level alignments of the validated set of the Common Voice data. A filename such as ``mk_xpf_textgrids19_acoustic19`` corresponds to:
|
89 |
|
90 |
+ ``mk``: Common Voice language ID code (Macedonian)
|
91 |
+ ``xpf``: G2P system for the lexicon (XPF Corpus)
|