File size: 1,581 Bytes
9c1cdb4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6bb20aa
 
 
 
 
 
9c1cdb4
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
language:
  - ca
  - cy
  - da
  - de
  - en
  - es
  - et
  - eu
  - fa
  - fr
  - ga
  - hr
  - hu
  - id
  - is
  - it
  - ja
  - ko
  - nl
  - no
  - pl
  - pt
  - qu
  - ro
  - sr
  - sv
  - tr
  - zh
  - yue
license: cc-by-4.0
---

# IPA-CHILDES split

This dataset is a postprocessed version of the [IPA-CHILDES](https://huggingface.co/datasets/phonemetransformers/IPA-CHILDES) dataset. In particular,
the following changes have been implemented:
  - column `processed_gloss` dropped as it duplicates information of `gloss` up to punctuation
  - column `gloss` renamed as `sentence`, and column `ipa_transcription` renamed as `ipa_g2p_plus` (cf. [G2P+](https://github.com/codebyzeb/g2p-plus))
  - 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
  - columns `ipa_espeak` and `ipa_epitran` added, containing IPA transcriptions of `sentence` by the phonemizers
  [espeak-ng](https://github.com/espeak-ng/espeak-ng) and [Epitran](https://github.com/dmort27/epitran), respectively
  - columns `espeak_lang_code` and `epitran_lang_code` were added, containing language codes as conventioned by `espeak-ng` and `Epitran`, respectively
  - word boundary marker was changed from `WORD_BOUNDARY` to the character `|`
  - a train/test split is now provided

The distribution license is inherited from the original dataset and so available to free copy and use under the CC-BY-4.0 license.