I have a simple knime workflow that replaces text within documents with a corresponding text. For e.g.
ML is replaced by ^ML
NLP is replaced by ^NLP
This works well for all the phrases in our document, except for one- AI
AI becomes ^A I, instead of ^AI. Note that the replacement text has a space between A and I.
Any ideas on what could be causing this?
Thanks,
Saqib