I am trying to generate NGrams for name analysis
I have two files open in UltraEdit. File one contains the basic NGram and file 2 the character that has to be added recursively to the NGram. The following example will make the case clear.
File 1
bb
bc
bd
be
bf
File 2
b
c
Expected output:
bbb
bcb
bdb
beb
bfb
bbc
bcc
bdc
bec
bfc
How do I write a macro or script which can generate out the list and store it in a new file?
Many thanks in advance
I have two files open in UltraEdit. File one contains the basic NGram and file 2 the character that has to be added recursively to the NGram. The following example will make the case clear.
File 1
bb
bc
bd
be
bf
File 2
b
c
Expected output:
bbb
bcb
bdb
beb
bfb
bbc
bcc
bdc
bec
bfc
How do I write a macro or script which can generate out the list and store it in a new file?
Many thanks in advance