Skip to content

Commit 332f388

Browse files
authored
Update README.md
1 parent eb6caa9 commit 332f388

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Syllable-Based ARPAsing Phonemizer
1+
# Syllable-Based ARPAsing Phonemizer (ARPAsing plus Phonemizer)
22
Custom English Arpabet Phonemizer based on Syllable-Based API Phonemizer
33

4-
~~This Phonemizer was optimized for **`Arpasing 0.1.0`** and **`Arpasing 0.2.0`** banks **(the original list, Kanru Hua made)** made for [Openutau](https://www.openutau.com/). This Phonemizer works with other ARPAsing banks with CC, VV, CV, and VC fallback plus constant uniformed phoneme lengths.~~
5-
64
As of version **`V0.0.55`** and above, it now supports the majority of all ARPAsing voicebanks, also **`V0.0.55`** and above is much more stable than the previous versions of this external Phonemizer.
75

86
#### 📍 if you want to suggest a feature for ARPA+, you can suggest on the issues tab or the discussions tab
@@ -37,11 +35,14 @@ As of version **`V0.0.55`** and above, it now supports the majority of all ARPAs
3735

3836
- Starting C: `[- c]`
3937
- Starting CV: `[- c v]` or `[- cv]`
38+
- Starting CCV: `[- ccv]` or `[- cc v]`
4039
- Starting V: `[- v]` or `[v]`
41-
- VV: `(Fallbacks to [v c][c v]/[cv] then [c v]/[cv] then finally [v])`
40+
- VV: `(Fallbacks to [v c][c v]/[cv] then [c v]/[cv] then [v], if vb doesn't have [v], glottal stop are used instead)`
4241
- Connecting CV: `[c v]` (Fallbacks to `[cv]`if no alias is detected)
42+
- Connecting CCV: `[ccv] ` or `[cc v]`
4343
- Connecting VC: `[v c]` then `[v -]` `[- c`
4444
- Connecting CC: `[c c]` (with consonant fallbacks) then `[c1 -]` `[- c2]`
45+
- Connecting CCC: `[c cc]` (fallbacks to `[c c]`)
4546
- Ending C: `[c -]`
4647
- Ending V: `[v -]`
4748

@@ -57,10 +58,10 @@ As of version **`V0.0.55`** and above, it now supports the majority of all ARPAs
5758
- - - -
5859
### Vowel and Consonant Fallbacks
5960
- **This custom Phonemizer supports vowel and consonant fallbacks:**
60-
- CV Fallback: `[c v]` or `[cv]`
61-
- VV Fallback: `(Fallbacks to [v c][c v]/[cv] then [c v]/[cv] then finally [v])`
62-
- Connecting VC Fallback: `[v c]` then `[v -]` `[- c]`
63-
- Connecting CC: `[c c]` (with consonant fallbacks) then `[c1 -]` `[- c2]`
61+
- CV/CCV Fallback: `[cc v]` or `[ccv]` and `[c v]` or `[cv]`
62+
- VV Fallback: `([v c][c v]/[cv] then [c v]/[cv] then [v], if vb doesn't have [v], glottal stop are used instead)``
63+
- Connecting VC/VCC Fallback: `[v c]` then `[v -]` `[- c]`
64+
- Connecting CC/CCC: `[c c]` (with consonant fallbacks) then `[c1 -]` `[- c2]`
6465
- Starting and Ending Consonants
6566
- - - -
6667
### Phonemizer Demo

0 commit comments

Comments
 (0)