AnswerDotAI / AnswerDotAI/readbench
Should we use `python-Levenshtein`?
- Dominant language
- Python
- Stars
- 14
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Running the `run_eval.py` script outputs these warnings:
```
readbench/.venv/lib/python3.12/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
```
I'd like to run the evals as you've done it in the original research. Is that without `[python-Levenshtein](https://github.com/ztane/python-Levenshtein/)` or was it accidentally omitted from the `requirements.txt`? There can be [some differences to the scores if the extra package is installed](https://github.com/seatgeek/fuzzywuzzy/issues/128).
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.