Result after stemming as same as the previous format
faizhalas
New Altair Community Member
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!
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!
Tagged:
0
Best Answer
-
Just figure it...... using replace tokens : changing the space with -
then using operator Replace change it again to space
-1
Answers
-
Just figure it...... using replace tokens : changing the space with -
then using operator Replace change it again to space
-1