I am doing a data cleaning exercise on python and the text that I am cleaning contains Italian words which I would like to remove. I have been searching online whether I would be able to do this on Python using a tool kit like nltk.
For example given some text :
"Io andiamo to the beach with my amico."
I would like to be left with :
"to the beach with my"
Does anyone know of a way as to how this could be done?
Any help would be much appreciated.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…