package wu-manber-fuzzy-search

  1. Overview
  2. Docs

A fast matcher which precalculates mismatch bitvectors for characters in the pattern and stores them in an hash table. This uses Stdlib.Hashtbl for the hash table with ~random set to true.

Parameters

Signature

class matcher : P.t -> object ... end