Unrelated bugs that I noticed and had to fix

This commit is contained in:
oobabooga
2023-04-06 23:33:09 -03:00
parent 7ac7f1bc9a
commit 8e4e8dd741
2 changed files with 8 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ import re
from num2words import num2words
#punctuation = r'[\s,.?!/)"\'\]>]“”'
punctuation = r'[\s,.?!/)"\'\]>]'
alphabet_map = {
"A": " Ei ",