nimlevenshtein
The Levenshtein Nim module contains functions for fast computation of Levenshtein distance and string similarity.
Summary
| Latest Version | Unknown |
|---|---|
| License | GPLv2 |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install nimlevenshtein
choosenim install nimlevenshtein
git clone https://github.com/oswjk/nimlevenshtein
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimlevenshtein | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/oswjk/nimlevenshtein |
|---|---|
| Homepage | https://github.com/oswjk/nimlevenshtein |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
Functions for fast computation of Levenshtein distance and string similarity
Wraps the python-Levenshtein standalone C library from https://github.com/ztane/python-Levenshtein