You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
I am looking to measure edits over large documents. I notice that Fuzzy returns only a 2 digit integer showing the ratio.
Is there a historical reason for this? Thanks in advance.
NIC.
The text was updated successfully, but these errors were encountered:
I do not know any specific reason for this design decision. I personally decided to go with floating point in my own implementation of the algorithms (RapidFuzz), since I could not see any good reason to reduce the precision.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Greetings fuzzers:
I am looking to measure edits over large documents. I notice that Fuzzy returns only a 2 digit integer showing the ratio.
Is there a historical reason for this? Thanks in advance.
NIC.
The text was updated successfully, but these errors were encountered: