I�m not sure that all these edit distances should be part of the String core api.
Now what would be good is to have a chapter describing them. This chapter would work well with the bioSmalltalk one :)
I�m pretty sure they shouldn�t. Most of these are most likely for special applications. So a perfect candidate for a string extension package. A real modular entity that could load each of them individually would be perfect but we don�t have the proper tools, yet. Unless of course every of those algorithms is composed of multiple classes and would fit naturally in a package.
But the most important prerequisite would be to make a separate package out of it. Did I understand that right that those are part of biosmalltalk? Then the problem is that useful things are buried in a specialized application. I encounter this often that I don�t know about some code because it is buried inside another project. Or I know about it and cannot use it because it is tied closely to a project.