replace operator to replace n't by " not" (space not)

New Altair Community Member
Updated by Jocelyn
I am doing Sentiment Analysis of twitter data. now in the data processing part I wanted to remove the negation words like couldn't, wouldn't, aren't, etc. except the word won't. So I thought of using the replace operator to replace n't by " not" (space not). This should find n't in words like couldn't and as soon as it finds it, it replaces by space not making couldn't look like could not. But I'm not yielding the desired results. Can you help me with this, as to what will be the correct regular expression for replacing n't with space not?
Find more posts tagged with
Sort by:
1 - 1 of
11

Edin_Klapic
New Altair Community Member
Accepted Answer
Hi @Arupriya_Sen ,
I cannot see a problem with your approach. It works for me.
Did you know you can use the Expression helper in Replace? There you can test the result of your expressions 

Happy Mining,
Edin

Sort by:
1 - 1 of
11
Hi @Arupriya_Sen ,
I cannot see a problem with your approach. It works for me.
Did you know you can use the Expression helper in Replace? There you can test the result of your expressions 

Happy Mining,
Edin
