echodroff commited on
Commit
408b469
·
verified ·
1 Parent(s): 6d346e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
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 Epitran (epi), the XPF Corpus (xpf), Charsiu (chr), Common Voice Utils (cvu), Montreal Forced Aligner G2P (mfa), and some custom dictionaries (vxc). Some manual correction has been applied, and we hope to continue improving these. Any updates from the community are welcome.
80
-
81
- ``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:
 
 
 
 
 
 
 
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)