PsiPro
unread,Jul 24, 2010, 5:43:36 PM7/24/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Hello all,
This is more of a theory question then a RoR question, but perhaps
there is some gem to help that I am unaware of.
I am trying to aggregate store listings provided by 15 or so online
shops, some of them provide the manufacturer's SKU/MID information but
some do not. When the SKU/MID is provided it is a simple matter to
find the same items across multiple stores. However I have found
myself with 5,000+ items just floating because they do not have a SKU/
MID. I am currently chugging through them to associate them with the
same items from multiple stores.
I am looking for a way to simplify this, right now I use the shpinx
index to try to find similar items, but its hit or miss. Are there any
algorithms I should look into that will help me identify items that
are likely to be similar?
Brian