glienard / StringSimilarity.NETLinks
Levenshtein with weighted cost for replacement, deletion and insertion
☆29Updated 7 years ago
Alternatives and similar repositories for StringSimilarity.NET
Users that are interested in StringSimilarity.NET are comparing it to the libraries listed below
Sorting:
- SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapm…☆147Updated 3 weeks ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆207Updated last week
- C# library for approximate nearest neighbors search using Hierarchical Navigable Small World graphs☆96Updated last week
- DAWG String Dictionary in C#☆123Updated 3 months ago
- A port of Hunspell v1 for .NET and .NET Standard☆141Updated 2 months ago
- An async/await-friendly lock for .NET, complete with asynchronous waits, safe reëntrance, and more.☆207Updated 10 months ago
- Provides .NET bindings for libheif.☆70Updated 2 years ago
- International Components for Unicode for .NET☆42Updated 2 months ago
- Light Embedded Graph Database for .net☆153Updated 2 years ago
- .NET Transactional File Manager is a .NET Standard library that allows you to enlist file operations (file/folder copies, writes, deletes…☆112Updated 2 years ago
- IDisposable helper types.☆138Updated last year
- the .net implement for the brotli algorithm☆72Updated 2 years ago
- JSON Web Token implementation for .Net & .Net Core☆89Updated last year
- This library allows the use of asynchronous programming techniques with the LiteDb library☆115Updated last year
- The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.☆108Updated 3 weeks ago
- Generic weak event implementation