Pythonで全角→半角変換
unicodedata.normalizeに"NFKD"指定
#unicodedata
https://zenn.dev/atu4403/articles/89c1380293cc6e22a19c で知った
『BERTによる自然言語処理入門』でも見かけた(書きさし)
#jaconv_(Python) でも可能