anhaidgroup / py_entitymatching

BSD 3-Clause "New" or "Revised" License
184 stars 48 forks source link

How do you block a particular tuple? #106

Open qysqys opened 6 years ago

qysqys commented 6 years ago

I want to block a particular tuple in a candidate set,but i didn't find an available interface.The interface "py_entitymatching.OverlapBlocker.block_tuples" just check if the tuple is blocked.Is there any way? Thank you!