PTTS / piper /const.py
nikajoon's picture
Upload 12 files
1b8f0eb verified
raw
history blame
106 Bytes
"""Constants"""
PAD = "_" # padding (0)
BOS = "^" # beginning of sentence
EOS = "$" # end of sentence