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: 2 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T19:09:45.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T09:24:14.295Z (4 months ago)
- Topics: c, levenshtein-distance
- Language: C
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- 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 komunikatporó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```