Result after stemming as same as the previous format

faizhalas
faizhalas New Altair Community Member
edited November 5 in Community Q&A
Hello RM COmmunity!

I have data something like this:

Keyword                                  Author          Year
buy; great robots; battery            AA                  2020
play; great robot; battery               BB                  2021
etc

I did stemming for keywords so "great robots" become "great robot", etc using Process Documents from Data (tokenized it with this ; semicolon character), but the result on column Text are: 
Text                                             Author          Year
buy great robots battery              AA                  2020
play great robot battery               BB                  2021
etc


is it possible for me to get the result on Text like below?
Text                                              Author          Year
buy; great robot; battery              AA                  2020
play; great robot; battery               BB                  2021
etc

thanks!

Best Answer

  • faizhalas
    faizhalas New Altair Community Member
    Answer ✓
    Just figure it...... using replace tokens : changing the space with -
    then using operator Replace change it again to space

     :D 

Answers

  • faizhalas
    faizhalas New Altair Community Member
    Answer ✓
    Just figure it...... using replace tokens : changing the space with -
    then using operator Replace change it again to space

     :D