megagonlabs / ditto

Code for the paper "Deep Entity Matching with Pre-trained Language Models"
Apache License 2.0
259 stars 89 forks source link

[Question] Can I use this package in a notebook environment? #17

Open azfarulis opened 3 years ago

azfarulis commented 3 years ago

Hi ditto creators,

I am currently working on a short Masters project, and I discovered your library. We are performing de-duplication on the Cora citations dataset using py_entitymatching and deepmatcher. I was keen to evaluate your package as well, but the documentation seems to suggest I can only interact with the functions via the command line.

Speaking as someone who does not have a lot of software engineering experience, is it possible to use your package in a notebook environment? I am currently using Google Colab for the previously-mentioned packages.

Thanks in advance.