clementruhm
commited on
Commit
·
4694437
1
Parent(s):
05e379c
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- Pronunciation Generation
|
6 |
+
- Text Normalization
|
7 |
+
---
|
8 |
+
|
9 |
+
# TTS Frontend
|
10 |
+
|
11 |
+
Here you can find addons compatible with
|
12 |
+
[balacoon_frontend](https://pypi.fury.io/balacoon/) python package.
|
13 |
+
Learn how to use TTS frontend from Balacoon at https://balacoon.com/use/.
|
14 |
+
|
15 |
+
List of available addons:
|
16 |
+
|
17 |
+
- <mark>en_us_frontend.addon</mark> - FST-based pronunciation generation
|
18 |
+
combined with FST-based text normalization. Former is based on
|
19 |
+
[CMUdict](https://github.com/cmusphinx/cmudict) and
|
20 |
+
[Phonetisaurus](https://github.com/cmusphinx/cmudict).
|
21 |
+
Latter is hand-crafted rules for [Sparrowhawk](https://github.com/google/sparrowhawk/).
|
22 |
+
For now addon is missing contextual pronunciation generation.
|
23 |
+
|