fuzzy-match icon indicating copy to clipboard operation
fuzzy-match copied to clipboard

Library and command line utility to do approximate string matching of a source against a bitext index and get matched source and target.

Results 5 fuzzy-match issues
Sort by recently updated
recently updated
newest added

This changes will enable the library to be integrated with conan2.

We use FuzzyMatch-cli for bigger data, so indexing time counts. Do you have a plan when this incremental add feature - mentioned in the TODO.md - will be implemented?

This could help to get rid of most types of crashes. Generate a large index with random entries of varied size: - many small entries - uppercase/lowercase - punctuation Then...

enhancement

Explained at the end of this lecture https://www.youtube.com/watch?v=NinWEPPrkDQ We must see if the (possibly) increase memory consumption is not prohibitive.

enhancement

A regression was fixed in this commit b3c9e174c913d7616ed0581fadbff4956cd66d53 But that regression was not caught by tests.