Pipe1213 commited on
Commit
cc2e168
·
verified ·
1 Parent(s): fb4b9d3

Update text/symbols_ftgra.py

Browse files
Files changed (1) hide show
  1. text/symbols_ftgra.py +1 -1
text/symbols_ftgra.py CHANGED
@@ -11,7 +11,7 @@ _letters_ipa = "&°ɑɐɒæɓʙβɔɕçɗɖðʤəɘɚɛɜɝɞɟʄɡɠɢʛɦɧɥ
11
  #_letters_ipa_lisn = " !,./0123456789:?@ACDEILMNOPSUXYZ_abcdefghijklmnoprstuvwxyz|~"
12
 
13
  # Export all symbols:
14
- symbols = [_pad] + list(_punctuation) + list(_letters) + list(_numbers) + list(_letters_ipa) #list(_letters_ipa_lisn)
15
 
16
  # Special symbol ids
17
  SPACE_ID = symbols.index(" ")
 
11
  #_letters_ipa_lisn = " !,./0123456789:?@ACDEILMNOPSUXYZ_abcdefghijklmnoprstuvwxyz|~"
12
 
13
  # Export all symbols:
14
+ symbols_ftgra = [_pad] + list(_punctuation) + list(_letters) + list(_numbers) + list(_letters_ipa) #list(_letters_ipa_lisn)
15
 
16
  # Special symbol ids
17
  SPACE_ID = symbols.index(" ")