Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-12 Thread Gary Gregory
rmission to the developer who > > ported > > > > the code from php to java to allow the algorithm to be licensed under > > the > > > > Apache 2 open-source license. > > > > > > > > I can post the thread here or submit it privately - your call. > > >

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-12 Thread Thomas Neidhart
t; > > > > > I can post the thread here or submit it privately - your call. > > > > > > Michael > > > > > > > > > -Original Message- > > > From: Gary Gregory [mailto:garydgreg...@gmail.com] > > > Sent: 11 June 2014 16:39 &

RE: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-12 Thread Michael Tobias
I have sent it privately but you guys can decide how to handle it from there. Regards Michael -Original Message- From: Gary Gregory [mailto:garydgreg...@gmail.com] Sent: 12 June 2014 14:08 To: Commons Developers List Subject: Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-12 Thread Gary Gregory
call. > > > > Michael > > > > > > -Original Message- > > From: Gary Gregory [mailto:garydgreg...@gmail.com] > > Sent: 11 June 2014 16:39 > > To: Commons Developers List > > Subject: Re: [CODEC] Beider Morse Phonetic Matching Bug and que

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-12 Thread Thomas Neidhart
; > > -Original Message- > From: Gary Gregory [mailto:garydgreg...@gmail.com] > Sent: 11 June 2014 16:39 > To: Commons Developers List > Subject: Re: [CODEC] Beider Morse Phonetic Matching Bug and questions > > I can but it won't be for s couple of hours... > > Ga

RE: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Michael Tobias
privately - your call. Michael -Original Message- From: Gary Gregory [mailto:garydgreg...@gmail.com] Sent: 11 June 2014 16:39 To: Commons Developers List Subject: Re: [CODEC] Beider Morse Phonetic Matching Bug and questions I can but it won't be for s couple of hours...

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Gary Gregory
I can but it won't be for s couple of hours... Gary Original message From: Thomas Neidhart Date:06/11/2014 11:16 (GMT-05:00) To: Commons Developers List Subject: Re: [CODEC] Beider Morse Phonetic Matching Bug and questions He stated several times that the contri

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Thomas Neidhart
He stated several times that the contributed code is a port from php, but it looks like that everybody assumed he was the copyright owner of the php code (which he obviously isn't). It is important to add links (e.g. papers or reference implementations) for such code / algorithms, especially in th

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Gary Gregory
This also raises a process issue. The [CODEC-125] tickets states "I have implemented Beider Morse Phonetic Matching as a codec against the commons-codec svn trunk. I would like to contribute this to commons-codec." Also the MP states: "Patch with license granted". So he granted the license for his

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Gary Gregory
IANL, but there are plenty of components out there released under multiple licenses. Would the easiest solution be for the BM authors to add the Apache 2.0 license to their artifacts? They can keep the current license if they are happy with it and add the ASL 2. Otherwise, we'll have to delete BM

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Mark Thomas
On 11/06/2014 12:56, Thomas Neidhart wrote: > Hi, > > as already commented on https://issues.apache.org/jira/browse/CODEC-187 the > problem is related to some wrongly ported rule files from the original > source. > > This otoh, creates a serious problem for us, as it looks like that the > Beider-

RE: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Michael Tobias
sorted as quickly as possible. Michael -Original Message- From: Thomas Neidhart [mailto:thomas.neidh...@gmail.com] Sent: 11 June 2014 12:56 To: Commons Developers List Subject: Re: [CODEC] Beider Morse Phonetic Matching Bug and questions Hi, as already commented on https

Re: [CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Thomas Neidhart
Hi, as already commented on https://issues.apache.org/jira/browse/CODEC-187 the problem is related to some wrongly ported rule files from the original source. This otoh, creates a serious problem for us, as it looks like that the Beider-Morse phonetic matching encoder in commons-codec is derived

[CODEC] Beider Morse Phonetic Matching Bug and questions

2014-06-11 Thread Michael Tobias
Does anybody have a working knowledge of the coding of the Beider Morse Phonetic Matching in the Apache Commons Codec? My recent tests using Solr suggest there is a discrepancy between Steve Morse and Alexander Beider's algorithm and the algorithm currently live in Solr (and hence the Commons C