Skip to content

Commit

Permalink
Update symbols.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust-minus authored Sep 30, 2023
1 parent 63c4f33 commit 81ccd40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions text/symbols.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
punctuation = ["!", "?", "…", ",", ".", "'", "-"]
punctuation = ["!", "?", "…", ",", ".", "'", "-", "~"]
pu_symbols = punctuation + ["SP", "UNK"]
pad = "_"

Expand Down Expand Up @@ -118,8 +118,6 @@
"z",
"zy",
]
for x in range(ord("a"), ord("z") + 1):
ja_symbols.append(chr(x).upper())
num_ja_tones = 1

# English
Expand Down

0 comments on commit 81ccd40

Please sign in to comment.