The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
text and numbers
i have a excel spreadsheet that has a comment field, i can get it to extract text but it drops the numbers, for example: this is a text field located at 211-0R1 at 2 pm.
i get back:
this 1
is 1
a 1
at 2
text 1
field 1
located 1
i also need:
2
211
0r1
Tagged:
0
Answers
I am assuming you are doing this in text processing,
If you are using the tokenize operator then change the tokenize mode to lingustic tokens, default is non-letters
You can download example from here
https://github.com/patilbhupendra/Sample_RapidMiner_Processes/blob/master/Linguistic%20Tokens.rmp