Update README.md
Browse files
README.md
CHANGED
@@ -71,8 +71,8 @@ license: cc0-1.0
|
|
71 |
This dataset was derived from the [VoxCommunis Corpus](https://huggingface.co/datasets/pacscilab/VoxCommunis) to provide pairs of utterances along with their
|
72 |
corresponding phonemes, side by side, as to ease the training of *grapheme-to-phoneme* (G2P) models.
|
73 |
|
74 |
-
The original VoxCommunis Corpus features force-aligned TextGrids with phone- and word-level segmentations derived from the Mozilla Common Voice Corpus.
|
75 |
-
The lexicons
|
76 |
|
77 |
The source TextGrids were used to collect the utterance duration, and pairs of time-aligned sentences along with their corresponding phonemes.
|
78 |
The phoneme set type, Epitran (`epi`), XPF (`xpf`), Charsiu (`chr`), and others (`vxc`, `cvu`) were inferred from the TextGrid file names.
|
|
|
71 |
This dataset was derived from the [VoxCommunis Corpus](https://huggingface.co/datasets/pacscilab/VoxCommunis) to provide pairs of utterances along with their
|
72 |
corresponding phonemes, side by side, as to ease the training of *grapheme-to-phoneme* (G2P) models.
|
73 |
|
74 |
+
The original VoxCommunis Corpus features force-aligned TextGrids with phone- and word-level segmentations derived from the [Mozilla Common Voice Corpus](https://commonvoice.mozilla.org/en/datasets).
|
75 |
+
The lexicons were developed using Epitran, the XPF Corpus, Charsiu, and some custom dictionaries. Manual correction was also applied by VoxCommunis.
|
76 |
|
77 |
The source TextGrids were used to collect the utterance duration, and pairs of time-aligned sentences along with their corresponding phonemes.
|
78 |
The phoneme set type, Epitran (`epi`), XPF (`xpf`), Charsiu (`chr`), and others (`vxc`, `cvu`) were inferred from the TextGrid file names.
|