text and numbers
ctf1800
New Altair Community Member
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
0