An open API service indexing awesome lists of open source software.

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.

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

```