The latest version of edit-distance-vector is 1.0.0.4-0.

edit-distance-vector

Version 1.0.0.2 revision 0 uploaded by ThomasSutton.

Package meta

Synopsis
Calculate edit distances and edit scripts between vectors.
Description

An implementation of the Wagner–Fischer dynamic programming algorithm to find the optimal edit script and cost between two sequences.

The implementation in this package is specialised to sequences represented with Data.Vector but is otherwise agnostic to:

  • The type of values in the vectors;

  • The type representing edit operations; and

  • The type representing the cost of operations.

Author
Thomas Sutton
Bug reports
https://github.com/thsutton/edit-distance-vector/issues
Category
Data, Data Structures, Algorithms
Copyright
(c) 2015 Thomas Sutton and others.
Homepage
https://github.com/thsutton/edit-distance-vector
Maintainer
me@thomas-sutton.id.au
Package URL
n/a
Stability
n/a

Components