mpkorstanje / simmetrics

Similarity or Distance Metrics, e.g. Levenshtein, for Java
Apache License 2.0
41 stars 15 forks source link

Smith-Waterman #8

Closed mpkorstanje closed 9 years ago

mpkorstanje commented 9 years ago

Smith-Waterman implementation needs to be checked against the research paper.

mpkorstanje commented 9 years ago

Done. Improved implementation. Unified gap costs to always be negative (and thus gap values).