in reply to Re: word based levenstein distance path
in thread word based levenstein distance path
Hi,
Thanks for your reply.
I have tried sdiff and it works fine. But given that I am new in perl, how can I print only the path? The output I am getting is:
$VAR1 = [ [ '+', '', 'before' ], [ 'u', 'the', 'the' ], [ 'u', 'quick', 'quick' ], [ 'c', 'brown', 'green' ], [ 'u', 'fox', 'fox' ] ];
What I need is:
+uucuAny help would be greatly appreciated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: word based levenstein distance path
by AnomalousMonk (Archbishop) on May 21, 2015 at 09:30 UTC | |
by Anonymous Monk on May 21, 2015 at 10:37 UTC |