ORI-Muchim commited on
Commit
c8fe0a8
1 Parent(s): bafcf59

Update text/symbols.py

Browse files
Files changed (1) hide show
  1. text/symbols.py +3 -4
text/symbols.py CHANGED
@@ -8,17 +8,16 @@ _punctuation = ',.!?-'
8
  _letters = 'AEINOQUabdefghijkmnoprstuvwyzʃʧ↓↑ '
9
  '''
10
 
11
- # japanese_cleaners2
12
  _pad = '_'
13
  _punctuation = ',.!?-~…'
14
  _letters = 'AEINOQUabdefghijkmnoprstuvwyzʃʧʦ↓↑ '
 
15
 
16
-
17
- '''# korean_cleaners
18
  _pad = '_'
19
  _punctuation = ',.!?…~'
20
  _letters = 'ㄱㄴㄷㄹㅁㅂㅅㅇㅈㅊㅋㅌㅍㅎㄲㄸㅃㅆㅉㅏㅓㅗㅜㅡㅣㅐㅔ '
21
- '''
22
 
23
  '''# chinese_cleaners
24
  _pad = '_'
 
8
  _letters = 'AEINOQUabdefghijkmnoprstuvwyzʃʧ↓↑ '
9
  '''
10
 
11
+ '''# japanese_cleaners2
12
  _pad = '_'
13
  _punctuation = ',.!?-~…'
14
  _letters = 'AEINOQUabdefghijkmnoprstuvwyzʃʧʦ↓↑ '
15
+ '''
16
 
17
+ # korean_cleaners
 
18
  _pad = '_'
19
  _punctuation = ',.!?…~'
20
  _letters = 'ㄱㄴㄷㄹㅁㅂㅅㅇㅈㅊㅋㅌㅍㅎㄲㄸㅃㅆㅉㅏㅓㅗㅜㅡㅣㅐㅔ '
 
21
 
22
  '''# chinese_cleaners
23
  _pad = '_'