6 lines
106 B
Python
6 lines
106 B
Python
"""Constants"""
|
|
|
|
PAD = "_" # padding (0)
|
|
BOS = "^" # beginning of sentence
|
|
EOS = "$" # end of sentence
|