recordlinkage-annotator icon indicating copy to clipboard operation
recordlinkage-annotator copied to clipboard

AttributeError: module 'recordlinkage' has no attribute 'write_annotation_file'

Open anchardo opened this issue 5 years ago • 0 comments

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'

anchardo avatar Feb 14 '20 14:02 anchardo