spelll icon indicating copy to clipboard operation
spelll copied to clipboard

fuzzy string searching, using Levenshtein automaton. Can be used for spell-checking.

Results 3 spelll issues
Sort by recently updated
recently updated
newest added

Hi, the library looks nice, but the example is very confusing ```ocaml # let idx = Spelll.Index.of_list ["hello", "world"; "hall", "vestibule"];; val idx : string Spelll.Index.t = # Spelll.Index.retrieve_l idx...

See https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance , at least for the `edit_distance` part (not sure if the automaton will accept).

install the `.cmt{,i}` files, the improved doc, etc. Also, the API of `remove` changed.