
tallamohan
New User
Jul 24, 2012, 5:32 AM
Post #1 of 3
(11969 views)
|
Suggest any Maximum Match Algorithm
|
Can't Post
|
|
Here is the lines of string in a file abxyz abpqr abmno abcxyz abcpqr abcmno I want the output as:- ab+[xyz,pqr,mno] abc+[xyz,pqr,mno] Here is the real time data which should be in dictionary order:- AduwoMxita AduwoMxirA AduwoMxileVMdi AduwoMxile I want the Output as:- AduwoMxi+[ta,rA] AduwoMxile[VMdi, ] File the real time data in the attachment........
(This post was edited by tallamohan on Jul 24, 2012, 5:34 AM)
|