https://github.com/zztkm/vlsd
Levenshtein String Distance
https://github.com/zztkm/vlsd
vlang vlang-module
Last synced: 5 months ago
JSON representation
Levenshtein String Distance
- Host: GitHub
- URL: https://github.com/zztkm/vlsd
- Owner: zztkm
- License: other
- Created: 2023-01-24T03:19:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T15:41:22.000Z (over 3 years ago)
- Last Synced: 2025-09-01T03:33:17.380Z (10 months ago)
- Topics: vlang, vlang-module
- Language: V
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vlsd
Levenshtein String Distance
## Usage
```v
import zztkm.vlsd
distance := vlsd.string_distance("Hello", "Helllo")
```
module doc: [docs/lsd.md](docs/lsd.md)
## Installation
```
v install zztkm.vlsd
```
## LICENSE
MIT (See [LICENSE](LICENSE))
This project is a translation and modification of the mattn/lsd source code into v.
mattn/lsd: https://github.com/mattn/go-lsd
The translation is done using vlang/go2v.
vlang/go2v: https://github.com/vlang/go2v