🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

User: "Arupriya_Sen"
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
    User: "Edin_Klapic"
    New Altair Community Member
    Accepted Answer
    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