The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
💬0 Comments | 🔥0 Discussions | 👤0 Members | 🔌0 Online |
Answers
In this specific case it can be as simple as looking for street, and replacing it by village.
Of course, this can be tricky if you have words that contain street, so you may need to use boundaries.
For instance, using street\b means that street only should be replaced if it's at the end of a word (so followed by a space, a dot or whatever that's not a character)
You can do this with a single word, or with a list of words. In the latter case ordering is very important to avoid unwanted replacements.