recordlinkage-annotator
recordlinkage-annotator copied to clipboard
AttributeError: module 'recordlinkage' has no attribute 'write_annotation_file'
Hi, When I'm trying to generate an annotation file, I got this error:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-113-817ff6556c29> in <module>
----> 1 recordlinkage.write_annotation_file("annotation.json", pairs_blocks3, df11, df22, dataset_a_name=None, dataset_b_name=None)
AttributeError: module 'recordlinkage' has no attribute 'write_annotation_file'