Commit f924fce
committed
feat(zonos,#435): built-in G2P is now the default for en/de/fr — no espeak needed
espeak-ng is GPL-3.0. For the three languages where the built-in G2P was
MEASURED to be as good or better, zonos no longer reaches for it at all.
Flipped only on evidence, per language, from chr1s4/crispasr-zonos-g2p-435 with
espeak physically removed and the removal verified:
en ASR word-F1 1.00 vs espeak 1.00, 0 dropped symbols
de 1.00 vs 1.00, 0 dropped, transcripts byte-identical
fr 0.95 vs espeak 0.84 -- the built-in is BETTER (`renard` vs `renarbre`)
es is deliberately NOT flipped. Its built-in scored 0.81 against an espeak
BASELINE of 0.57, so the higher number is absence of evidence of harm, not proof
of parity -- and the two spell the trill differently (espeak `ɾɾ`, built-in `r`)
while BOTH symbols are in zonos's inventory, so the drop counter cannot see it.
Everything else, ru included, has no built-in and keeps espeak.
CRISPASR_ZONOS_G2P=espeak restores the previous order exactly.
Selector verified to pick exactly the intended set: en-us/en-gb/de/fr-fr/fr-be
yes; es/es-419/ru/ja no; and ben/ven/wen NO -- the substring match that used to
route Bengali, Venda and Sorbian into the English G2P is gone.1 parent f1df31f commit f924fce
1 file changed
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
1085 | 1112 | | |
1086 | 1113 | | |
1087 | 1114 | | |
| |||
1157 | 1184 | | |
1158 | 1185 | | |
1159 | 1186 | | |
1160 | | - | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
1161 | 1190 | | |
1162 | 1191 | | |
1163 | 1192 | | |
| |||
0 commit comments