algorithm - How to programmatically normalize music tags? -


suppose have large , legal collection of music has been inconsistently tagged. want normalise single field, eg artist, that, example, following artists become 1 artists:

  • the grateful dead
  • the gratefull dead
  • grateful dead
  • grateful dead, the

so... should looking @ trying match against large database freedb, or there lower-level string-manipulation approach, etc?

i have tried hand-rolling code string-similarity checks, , try , match these high-frequency data in freedb, limited success.

any more ideas?

musicbrainz recommended, , no coding required!


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -