edit-distance-vector: Calculate edit distances and edit scripts between vectors.
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.
[Skip to Readme]
Downloads
- edit-distance-vector-1.0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.5 && <5.0), vector (>=0.8) [details] |
License | BSD-3-Clause |
Copyright | (c) 2015 Thomas Sutton and others. |
Author | Thomas Sutton |
Maintainer | me@thomas-sutton.id.au |
Category | Data, Data Structures, Algorithms |
Home page | https://github.com/thsutton/edit-distance-vector |
Bug tracker | https://github.com/thsutton/edit-distance-vector/issues |
Source repo | head: git clone https://github.com/thsutton/edit-distance-vector |
Uploaded | by ThomasSutton at 2016-05-24T03:49:20Z |
Distributions | Arch:1.0.0.4, Debian:1.0.0.4, LTSHaskell:1.0.0.4, NixOS:1.0.0.4, Stackage:1.0.0.4 |
Reverse Dependencies | 3 direct, 8 indirect [details] |
Downloads | 7100 total (42 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-05-24 [all 1 reports] |