Hello ,
I have a CSV file where almost 300000 strings present in a column.
I want to read those strings and check which are proper meaningful english words available in dictionary.
Could you please tell how to verify if a string is a proper meaningful english word and available in dictionary. I'm stuck at this part.
basically , I'd throw out garbage strings and list only proper meaningful english strings .
Thanks