Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,22 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
-
|
4 |
-
pretty_name:
|
5 |
-
license:
|
6 |
configs:
|
7 |
- config_name: sentence
|
8 |
-
data_files:
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- config_name: lexicon
|
10 |
-
data_files:
|
11 |
- config_name: homograph
|
12 |
-
data_files:
|
13 |
---
|
14 |
Grapheme-To-Phoneme Dataset
|
15 |
|
16 |
-
This dataset contains samples that can be used to train a Grapheme-to-Phoneme system **without** stress information.
|
17 |
-
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- sl
|
4 |
+
pretty_name: slovenian g2p dataset
|
5 |
+
license: cc-by-3.0
|
6 |
configs:
|
7 |
- config_name: sentence
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: dataset/sentence_train.json
|
11 |
+
- split: test
|
12 |
+
path: dataset/sentence_test.json
|
13 |
+
- split: validation
|
14 |
+
path: dataset/sentence_valid.json
|
15 |
- config_name: lexicon
|
16 |
+
data_files: dataset/lexicon_*.json
|
17 |
- config_name: homograph
|
18 |
+
data_files: dataset/homograph_*.json
|
19 |
---
|
20 |
Grapheme-To-Phoneme Dataset
|
21 |
|
22 |
+
This dataset contains samples that can be used to train a Grapheme-to-Phoneme system **without** stress information.
|
|