Hi all!
My challenge / problem is this:
1. I have freedb (and can parse it, with perl, to output "artist<TAB>album"), around 140K entries - each entry is a CD
2. I have "another" database (which is also in the format "artist<TAB>album"), more than 10K entries
And I wish to find out how many of the entries in 1. can be found in 2.. Unfortunately, I have no experience in generating dynamic patterns, nor in using Spell / ISpell (checks for spelling errors).
So, I am curious as to what (perl packages / other) you would recommend as a "most probably successfull way to do it".
Database 2. is currently so messy that I can only find around 5% of the entries therein, in 1..
At this stage, I am gratefull for any and all suggestions.
PS! Oh, and I use linux, so I have access to all tools available for that platform.