-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Description
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
The Levenshtein distance is an indicator for how much a text differs from another text.
A Levenshtein distance calculator tool might be handy for developers, when they e.g. work on algorithms to identify text changes and want to test their examples.
See also: https://en.wikipedia.org/wiki/Levenshtein_distance
Is their example of this tool in the wild?
Online examples:
https://planetcalc.com/1721/
https://phiresky.github.io/levenshtein-demo/
Additional context
No response
Validations
- Check the feature is not already implemented in the project.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).