J535D165 / recordlinkage

A powerful and modular toolkit for record linkage and duplicate detection in Python
http://recordlinkage.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
966 stars 152 forks source link

Network OnetoMany docs #156

Open Davide-Bianchi opened 3 years ago

Davide-Bianchi commented 3 years ago

In network.OneToManyLinking() the doc is confusing. In particular A must be mispelled with B in this sentence: Consider a MultiIndex with record pairs constructed from datasets A and B. To link a record from B to at most one record of B, use the following syntax:

one_to_many = OneToManyLinking(0) one_to_many.compute(links) To link a record from B to at most one record of B, use: one_to_many = OneToManyLinking(1) one_to_many.compute(links)