I have a dataframe with one column that contains string, and I need to use Word2Vec model to add synonyms to that word in a new column.
So I wrote this function: