where to download the data used here?
with open("./data/word2int_en.pkl", “rb”) as f: en_words = pickle.load(f)
with open("./data/word2int_fr.pkl", “rb”) as f: fr_words = pickle.load(f)