How to detect duplicate data?

后端 未结 11 1695
半阙折子戏
半阙折子戏 2021-02-01 08:24

I have got a simple contacts database but I\'m having problems with users entering in duplicate data. I have implemented a simple data comparison but unfortunately the duplicate

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-01 08:40

    FullContact.com has API's that can solve this for you, see their documentation here: http://www.fullcontact.com/developer/docs/?category=name.

    They have APIs for Name Normalization (Bill into William), Name Deducer (for raw text), and Name Similarity (comparing two names).

    All APIs are free at the moment, it could be a good way to get started.

提交回复
热议问题