C++
A few C++ classes (some even have comments in them):
- levenshtein.h
- This library provides a generic alignment engine. Thanks to the templates framework of C++, it can align any types of sequences (strings, vectors, arrays, lists...). It uses Levenshtein's edit distance to compute the best alignment. If you need to compute several alignments, you can use a single engine and it will try to automatically grow its workspace to suit your memory needs.
|
Copyright © 2010 Thomas Leplus.
Unless otherwise noted, the content of this site is licensed under Creative Commons. |
|
"Eternity is really long, especially near the end." -- Woody Allen
























