Skip to content

Commit 574bde9

Browse files
committed
🗑 Remove ko_dictionary.py
1 parent 07cb02a commit 574bde9

File tree

2 files changed

+17
-179
lines changed

2 files changed

+17
-179
lines changed

tensorflow_tts/utils/ko_dictionary.py

Lines changed: 0 additions & 179 deletions
This file was deleted.

test/files/mapper.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"speakers_map": {
3+
"test_one": 0,
4+
"test_two": 1
5+
},
6+
"symbol_to_id": {
7+
"a": 0,
8+
"b": 1,
9+
"@ph": 2
10+
},
11+
"id_to_symbol": {
12+
"0": "a",
13+
"1": "b",
14+
"2": "@ph"
15+
},
16+
"processor_name": "KSSProcessor"
17+
}

0 commit comments

Comments
 (0)