This library offers a set of UiPath workflows that use Invoke Code
and regular Activities
to calculate string distances and similarities. It supports the following algorithms:
- Levenshtein Distance
- Hamming Distance
- Longest Common Subsequence (LCS)
- Jaro Distance
Each workflow accepts two input strings and outputs the calculated distance or similarity score.
- Simple Integration: Designed for easy use within UiPath workflows.
- Use Cases: Ideal for applications like data validation, error correction, and duplicate detection in databases.
- Import the library into your UiPath project.
- Use the desired workflow to calculate string distances or similarities.
- Provide two input strings to the workflow.
Feel free to contribute to the project by submitting issues or pull requests.
This project is licensed under the MIT License.