Displaying 2 results from an estimated 2 matches for "niok7j9hd".
2018 May 05
1
Discovering patterns in textual strings
...> The sequence(s) are always are at the beginning (or so it appears). Out
> of the 54 billion records I am able to pull (SparkR sql) 948,679 unique
> strings. It is from these unique strings that I (if possible) want to
> identify the "key" strings.
>
> 1. Abc_1232.niok7j9hd
> 2. Abc
> 3. Abc.2#348hfk2.njilo
> 4. Abc.2
> 5. Abc.7
> 6. BAdfr_kajdhf98#kjsdh
> 7. BAdrf_gofer
> 948679 ....
>
>
> So I may have a thousand individuals strings all of which have Abc as a
> common string, or Badrf. So I am looking to pull "Abc,"...
2018 May 07
0
Discovering patterns in textual strings
...ong stringwithabcinthemiddle
The sequence(s) are always are at the beginning (or so it appears). Out of the 54 billion records I am able to pull (SparkR sql) 948,679 unique strings. It is from these unique strings that I (if possible) want to identify the "key" strings.
1. Abc_1232.niok7j9hd
2. Abc
3. Abc.2#348hfk2.njilo
4. Abc.2
5. Abc.7
6. BAdfr_kajdhf98#kjsdh
7. BAdrf_gofer
948679 ....
So I may have a thousand individuals strings all of which have Abc as a common string, or Badrf. So I am looking to pull "Abc," "BAdrf", etc. So then I can go back and re...