C# .NET fuzzy string matching implementation of Seat Geek's well known python FuzzyWuzzy algorithm.
C# .NET fuzzy string matching implementation of Seat Geek's well known python FuzzyWuzzy algorithm.
The documentation is more or less not existing
Extract method with `(string query, IEnumerable<T> choices)` signature
Unexpected results with WeightedRatioScorer
Multithreaded C# application and FuzzySharp - has anyone tried?
Ignore value or some kind of a key?
How does performance compare to Fastenshtein?
PartialRatio not working as expected
Referenced assembly 'FuzzySharp, Version=1.0.4.0, Culture=neutral, PublicKeyToken=null' does not have a strong name
Upgrade libraries to include support for .net core 3 and .net standard 2.1
[Feature] Is it possible to improve the algorithm to a GC-free version?