[Biopython] I've written a library for executing fuzzy searches

Peter Thorpe pjthorpe at gmail.com
Fri Nov 15 10:01:58 UTC 2013


On 13 November 2013 17:00, <biopython-request at lists.open-bio.org> wrote:

> Send Biopython mailing list submissions to
>         biopython at lists.open-bio.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.open-bio.org/mailman/listinfo/biopython
> or, via email, send a message with subject or body 'help' to
>         biopython-request at lists.open-bio.org
>
> You can reach the person managing the list at
>         biopython-owner at lists.open-bio.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Biopython digest..."
>
>
> Today's Topics:
>
>    1. I've written a library for executing fuzzy searches... (Tal Einat)
>

I would like to see this included in the Biopython package :)

Cheers,

Pete

>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 12 Nov 2013 19:59:47 +0200
> From: Tal Einat <taleinat at gmail.com>
> Subject: [Biopython] I've written a library for executing fuzzy
>         searches...
> To: biopython at biopython.org
> Message-ID:
>         <
> CALWZvp7tFZXsbd-OjeOTHj41wxN9a0r3p+aEKfRMaK7Uv1SpDg at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi everyone,
>
> (I'm not on this list, so please make sure to reply to me as well as the
> list.)
>
> In response to a stackoverflow
> question<http://stackoverflow.com/questions/19725127/>,
> I've written a Python library for fuzzy searches called
> 'fuzzysearch'<https://github.com/taleinat/fuzzysearch>.
> Currently, it allows searching for a string inside a longer string,
> returning the best sub-string which match up to a given maximum Levenshtein
> distance. This is done quite efficiently, and there is more optimization to
> be done, as needed.
>
> Is there any interest in this library and its further development? One
> thing which I think might be useful is support for BioPython Sequence
> types.
>
> This is open-source with a very liberal license (the MIT license).
>
> I'd be happy to collaborate on this!
>
> - Tal Einat
>
>
> ------------------------------
>
> _______________________________________________
> Biopython mailing list  -  Biopython at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/biopython
>
>
> End of Biopython Digest, Vol 131, Issue 7
> *****************************************
>



More information about the Biopython mailing list