Skip Menu |

This queue is for tickets about the Text-Brew CPAN distribution.

Report information
The Basics
Id: 128293
Status: open
Priority: 0/
Queue: Text-Brew

People
Owner: Nobody in particular
Requestors: rljacobson [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Original Source Publication Missing
Date: Fri, 18 Jan 2019 19:10:12 -0500
To: bug-Text-Brew [...] rt.cpan.org
From: Robert Jacobson <rljacobson [...] gmail.com>
The link to David Brew's original article describing the "Brew Distance" algorithm is no longer available at its original location: http://ling.ohio-state.edu/~cbrew/795M/string-distance.html. I have sent a message to David Brew about whether there exists an original source publication of the algorithm and if he would be willing to publish the original article somewhere more permanent. In the meantime, it strikes me as important that the historical provenance of these ideas not be lost, particularly within an academic context. In the meantime, a simple fix is to change the link on https://metacpan.org/pod/Text::Brew to point to the archived snapshot of the original article on The Wayback Machine ( archive.org): https://web.archive.org/web/20100113054120/http://www.ling.ohio-state.edu/~cbrew/795M/string-distance.html . Best wishes, Robert Jacobson
Subject: Re: [rt.cpan.org #128293] AutoReply: Original Source Publication Missing
Date: Sat, 19 Jan 2019 13:23:14 -0500
To: bug-Text-Brew [...] rt.cpan.org
From: Robert Jacobson <rljacobson [...] gmail.com>
To follow up on this issue, it appears that the "Brew distance" computed by your algorithm is nothing more than the Levenshtein edit distance, and the algorithm itself is the well-known Wagner-Fischer algorithm. Chris Brew is not the author of the original algorithm and would prefer to not have his name associated with it. The algorithm has apparently been discovered and rediscovered multiple times independently: https://en.wikipedia.org/wiki/Wagner%E2%80%93Fischer_algorithm#History. I recommend the name of the library be changed and that the phrase "Brew distance" and attribution to Chris Brew be removed. Best wishes, Robert Jacobson On Fri, Jan 18, 2019 at 7:10 PM Bugs in Text-Brew via RT < bug-Text-Brew@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Original Source Publication Missing", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #128293]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=128293 > > Please include the string: > > [rt.cpan.org #128293] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-Text-Brew@rt.cpan.org > > ------------------------------------------------------------------------- > The link to David Brew's original article describing the "Brew Distance" > algorithm is no longer available at its original location: > http://ling.ohio-state.edu/~cbrew/795M/string-distance.html. > I have sent a message to David Brew about whether there exists an original > source publication of the algorithm and if he would be willing to publish > the original article somewhere more permanent. In the meantime, it strikes > me as important that the historical provenance of these ideas not be lost, > particularly within an academic context. In the meantime, a simple fix is > to change the link on https://metacpan.org/pod/Text::Brew to point to the > archived snapshot of the original article on The Wayback Machine ( > archive.org): > > https://web.archive.org/web/20100113054120/http://www.ling.ohio-state.edu/~cbrew/795M/string-distance.html > . > > Best wishes, > > Robert Jacobson >
I wasn't the original author of this module and haven't done anything with it since I had a use for it years ago for one project and contacted the author, who ended up making me a co-maintainer. I have no particular interest in it and am happy to turn it over to anyone who wants to maintain it.
Subject: Re: [rt.cpan.org #128293] Original Source Publication Missing
Date: Sat, 19 Jan 2019 14:30:49 -0500
To: bug-Text-Brew [...] rt.cpan.org
From: Robert Jacobson <rljacobson [...] gmail.com>
Hi Keith, I understand your position. I'm in no position to maintain it either. Maybe we should just put a note at the top of the readme explaining that the package is unmaintained and the attribution is incorrect. Then leave the rest for the sake of preserving history. Does that sound reasonable? To be honest, I don't know how to use CPAN/MetaCPAN. Otherwise, I'd go ahead and make a pull request. Best, Robert On Sat, Jan 19, 2019 at 2:18 PM Keith C. Ivey via RT < bug-Text-Brew@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=128293 > > > I wasn't the original author of this module and haven't done anything with > it since I had a use for it years ago for one project and contacted the > author, who ended up making me a co-maintainer. I have no particular > interest in it and am happy to turn it over to anyone who wants to maintain > it. >