Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citation #61

Closed
Maxl94 opened this issue Mar 7, 2024 · 1 comment
Closed

Citation #61

Maxl94 opened this issue Mar 7, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Maxl94
Copy link

Maxl94 commented Mar 7, 2024

Hey,
I use this package to calculate the string distances for a paper. Do you have some paper in relation with this package to cite? Otherwise I am going to use the Github website.

Thanks for your work!
Max

@maxbachmann
Copy link
Member

Unless you are using one of the following functions:

  • median,
  • median_improve,
  • quickmedian,
  • seqratio,
  • setmedian,
  • setratio,

I would just directly use rapidfuzz, since for all others it is only a thin wrapper around rapidfuzz anyways: https://github.com/rapidfuzz/Levenshtein/blob/main/src/Levenshtein/__init__.py

Rapidfuzz can be cited via zenodo: https://github.com/rapidfuzz/RapidFuzz/blob/main/CITATION.bib. It automatically generates a doi for each release. I generally prefer people citing rapidfuzz since it has a pretty unique name. From time to time I search open access papers on google scholar for it (https://scholar.google.com/scholar?hl=en&as_sdt=0%2C5&q=rapidfuzz&btnG=) to see which cool projects make use of my library :)

@maxbachmann maxbachmann added the question Further information is requested label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants