Spaces:
Sleeping
Sleeping
Update text/symbols_pho.py
Browse files- text/symbols_pho.py +1 -1
text/symbols_pho.py
CHANGED
@@ -11,7 +11,7 @@ Defines the set of symbols used in text input to the model.
|
|
11 |
_letters_ipa_lisn = " !,./0123456789:?@ACDEILMNOPSUXYZ_abcdefghijklmnoprstuvwxyz|~"
|
12 |
|
13 |
# Export all symbols:
|
14 |
-
|
15 |
|
16 |
# Special symbol ids
|
17 |
SPACE_ID = symbols.index(" ")
|
|
|
11 |
_letters_ipa_lisn = " !,./0123456789:?@ACDEILMNOPSUXYZ_abcdefghijklmnoprstuvwxyz|~"
|
12 |
|
13 |
# Export all symbols:
|
14 |
+
symbols_pho = list(_letters_ipa_lisn) #[_pad] + list(_punctuation) + list(_letters) + list(_numbers) + list(_letters_ipa)
|
15 |
|
16 |
# Special symbol ids
|
17 |
SPACE_ID = symbols.index(" ")
|