package fuzzy_match

  1. Overview
  2. Docs
Libraries for fuzzy string matching

Install

Dune Dependency

Authors

Maintainers

Sources

fuzzy_match-v0.16.0.tar.gz
sha256=4a175c1df53f1b93cc69ff01d5cd1e02726611808df696e493aebe47c4fdeb67

CHANGES.md.html

Release v0.16.0

  • Added the fuzzy_search, which not only matches on a pattern string, but also produces a score indicating how good of a match was found. This is in contrast to the existing fuzzy_match library, which merely provides a boolean response indicating whether the match was valid or not.