i have a lot of text data like this in excel files raw data
and a list of dictionary from slang or abbreviations word in Indonesia from txt files slang/abbreviation word
How to replace the word in the text based on the dictionary that i've made before?
You can do it in this way (this an example for one string):
This does not take care of special characters in the text like
','
or'.'
. Maybe you need to add logic to take care of these things.