I have a string of Korean language. I need to map it into a numpy array where each letter is encoded in one-hot fashion.
def embed_letter(x: str) -> np.arr