edit-distance-js
edit-distance-js copied to clipboard
JavaScript library to compute the edit distance for strings and trees.
Results
1
edit-distance-js issues
Sort by
recently updated
recently updated
newest added
Hi, Thanks for making this package; I've been trying to use it for a project. One question about one of the tests: https://github.com/schulzch/edit-distance-js/blob/0c3945640cb522d363f7df48bbae5511c5fce19b/test/ted.test.coffee#L64 It seems to me that the alignment...