From fbe0cbb825cbac995af2cc818eae765180a679bc Mon Sep 17 00:00:00 2001 From: Maarten Grootendorst Date: Mon, 25 Jan 2021 08:44:11 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index eff8680..9624e86 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,21 @@ custom_model = MyModel() model = PolyFuzz(custom_model) ``` +## Citation +To cite PolyFuzz in your work, please use the following bibtex reference: + +```bibtex +@misc{grootendorst2020polyfuzz, + author = {Maarten Grootendorst}, + title = {PolyFuzz: Fuzzy string matching, grouping, and evaluation.}, + year = 2020, + publisher = {Zenodo}, + version = {v0.2.2}, + doi = {10.5281/zenodo.4461050}, + url = {https://doi.org/10.5281/zenodo.4461050} +} +``` + ## References Below, you can find several resources that were used for or inspired by when developing PolyFuzz: