Fuzzy matching of product names

前端 未结 11 1323
长发绾君心
长发绾君心 2020-12-12 16:28

I need to automatically match product names (cameras, laptops, tv-s etc) that come from different sources to a canonical name in the database.

For example \"

11条回答
  •  不思量自难忘°
    2020-12-12 17:21

    We can use the Datadecision service for matching products.

    It will allow you to automatically match your product data using statistical algorithms. This operation is done after defining a threshold score of confidence.

    All data that cannot be automatically matched will have to be manually reviewed through a dedicated user interface.

    The online service uses lookup tables to store synonyms as well as your manual matching history. This allows you to improve the data matching automation next time you import new data.

提交回复
热议问题