How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli], and a [JavaScript version][js].
The main features of wooorm/levenshtein.c are: String Processing, Windows Environments.
Open-source alternatives to wooorm/levenshtein.c include: sheredom/utf8.h — 📚 single header utf8 string functions for C and C++. maxim2266/str — Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1… adamierymenko/huffandpuff. adis300/fft-c — Elegant Fast Fourier Transform in C. Making fft.c from fftpack user-friendly. alanxz/rabbitmq-c — RabbitMQ C client. adamyaxley/obfuscate — Source available on GitHub.
📚 single header utf8 string functions for C and C++
Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1 branch. The differences between v1 and v2 are summarised here.