Pipe1213 commited on
Commit
86517fe
1 Parent(s): 61efc2f

Update text/symbols_pho.py

Browse files
Files changed (1) hide show
  1. 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
- symbols = list(_letters_ipa_lisn) #[_pad] + list(_punctuation) + list(_letters) + list(_numbers) + list(_letters_ipa)
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(" ")