nimlevenshtein
A wrapper for algorithms from python-Levenshtein package.
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | GPL-2.0 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-03 07:23 |
Tags
Authors
- Oskari Timperi
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.0.0 | No |
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