Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,12 @@ license: cc-by-4.0
|
|
| 36 |
|
| 37 |
This dataset is a postprocessed version of the [IPA-CHILDES](https://huggingface.co/datasets/phonemetransformers/IPA-CHILDES) dataset. In particular,
|
| 38 |
the following changes have been implemented:
|
| 39 |
-
- column `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
- word boundary marker was changed from `WORD_BOUNDARY` to the character `|`
|
| 41 |
- a train/test split is now provided
|
| 42 |
|
|
|
|
| 36 |
|
| 37 |
This dataset is a postprocessed version of the [IPA-CHILDES](https://huggingface.co/datasets/phonemetransformers/IPA-CHILDES) dataset. In particular,
|
| 38 |
the following changes have been implemented:
|
| 39 |
+
- column `processed_gloss` dropped as it duplicates information of `gloss` up to punctuation
|
| 40 |
+
- column `gloss` renamed as `sentence`, and column `ipa_transcription` renamed as `ipa_g2p_plus` (cf. [G2P+](https://github.com/codebyzeb/g2p-plus))
|
| 41 |
+
- column `lang` added to make [IETF language tags](https://www.w3.org/International/articles/language-tags/) accessible for training and inference; language tags normalized by the [langcodes](https://github.com/georgkrause/langcodes) package
|
| 42 |
+
- columns `ipa_espeak` and `ipa_epitran` added, containing IPA transcriptions of `sentence` by the phonemizers
|
| 43 |
+
[espeak-ng](https://github.com/espeak-ng/espeak-ng) and [Epitran](https://github.com/dmort27/epitran), respectively
|
| 44 |
+
- columns `espeak_lang_code` and `epitran_lang_code` were added, containing language codes as conventioned by `espeak-ng` and `Epitran`, respectively
|
| 45 |
- word boundary marker was changed from `WORD_BOUNDARY` to the character `|`
|
| 46 |
- a train/test split is now provided
|
| 47 |
|