Processing Synonym

Dear All,
I am trying to handling textdata which needs “Synonym Processing” that some words which meant same thing should are replaced to one standard word.
As i know, To use ‘Dict Replacer Node’ Document are tokenized to term and keyword in Dictionary are sensitively matched. and ‘String Replacer Node’ is same.
But i want to handle text Like Excel’s “Find and Replace” function.

Example
original text “I like apple”
keyword “you”
result “you like apple”

Does anybody has experiences with “Synonym Processing” Like Excel’s “Find and Replace” function ?

i can’t sure any other way to handle “Synonym Processing”
if you have any other methodology, please help me

hi there…
try the java approach stated here:

Thanks adaptagis!
but i am not good at java…
i just gave up with knime!