lep1's picture
Upload 14 files
c6c3369 verified
raw
history blame contribute delete
167 Bytes
import json
def get_alphabet_map(path="./src/utils/alphabet_map.json"):
with open(path, "r") as f:
alphabet_map = json.load(f)
return alphabet_map