https://github.com/oleksandrzelentsov/levenstein_distance
Implementation of Levenstein distance in C with comparison between several languages.
https://github.com/oleksandrzelentsov/levenstein_distance
c levenshtein-distance
Last synced: 17 days ago
JSON representation
Implementation of Levenstein distance in C with comparison between several languages.
- Host: GitHub
- URL: https://github.com/oleksandrzelentsov/levenstein_distance
- Owner: oleksandrzelentsov
- Created: 2016-11-04T09:40:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T19:09:45.000Z (almost 9 years ago)
- Last Synced: 2025-05-15T13:10:29.605Z (about 1 year ago)
- Topics: c, levenshtein-distance
- Language: C
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# levenstein_distance
Implementation of Levenstein distance in C with some other features.
```
użycie:
levenstein-distance <-h|--help>
levenstein-distance
levenstein-distance [--filename FILENAME] [--index N]
-h
--help
ten komunikat
porównanie dwóch słów
--filename FILENAME
porównanie wszystkich słów z pliku FILENAME (domyślnie ./lwords.txt)
--index N
domyślnie w porównaniu występują wszystkie kombinacje słów
jeśli napisać argument N to w porównaniu pojawią się tylko
kombinacje ze słowem w pliku FILENAME
--average
średnia wartość różnic
--std-dev
odchylenie standardowe
```