Re: [codec] Re: DoubleMetaphone

2003-02-03 Thread Kyle R . Burton
> DoubleMetaphone and Nysiis have been committed. > > Kyle, thanks for the code. You're more then welcome. I'm just happy to give something back. > Here's a numbered list... > > 1. Thread Safety - All of the other encoders are thread safe in that > multiple threads can call encode on a sin

RE: [codec] Re: DoubleMetaphone

2003-02-03 Thread O'brien, Tim
I am not a lawyer. We do intend to modify the code. Tim O'Brien > -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 10:09 AM > To: Jakarta Commons Developers List > Cc: 'Kyle R . Burton' > Su

RE: [codec] Re: DoubleMetaphone

2003-02-03 Thread Henri Yandell
Henri Yandell [mailto:[EMAIL PROTECTED]] > > Sent: Monday, February 03, 2003 1:51 AM > > To: Jakarta Commons Developers List; Kyle R . Burton > > Subject: [codec] Re: DoubleMetaphone > > > > > > > > Just bouncing this email back to the list so it can go in

RE: [codec] Re: DoubleMetaphone

2003-02-03 Thread O'brien, Tim
uot; - I've put a bug into Bugzilla for this. Tim O'Brien > -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 1:51 AM > To: Jakarta Commons Developers List; Kyle R . Burton > Subject: [codec] Re: Dou

[codec] Re: DoubleMetaphone

2003-02-02 Thread Henri Yandell
Just bouncing this email back to the list so it can go into the submission queue for codec. Hen On Wed, 11 Dec 2002, Kyle R . Burton wrote: > I just came across the Codec commons project (we're already using > HttpClient where I work) while looking for a Base64 encoder/decoder. > > While lookin

Re: [codec] Re: DoubleMetaphone

2002-12-12 Thread robert burrell donkin
formatting looks close enough to me :) (whoever commits should probably go through the code and correct any small problems anyway.) since this is a (reasonably) significant donation of code for which versions with other copyright already exist, we should probably check with the foundation to m

Re: [codec] Re: DoubleMetaphone

2002-12-11 Thread Kyle R . Burton
One last annoyance...I put the new classes in a sub-directory of the old ones: http://www.bgw.org/projects/java/phonetic/jakarta-commons-codec/ They already have changed package names for org.apache.commons.codec. Thanks again, Kyle R. Burton --

Re: [codec] Re: DoubleMetaphone

2002-12-11 Thread Kyle R . Burton
> Straight off the top of my head, just match the format of Metaphone in any > obvious ways. Copy the license declaration, javadoc as much as it does, > don't do any blatant things it doesn't do code standard wise. - Copied license: check - Added Javadoc comments: check > Obeying the Sun code sta

Re: [codec] Re: DoubleMetaphone

2002-12-11 Thread Henri Yandell
Straight off the top of my head, just match the format of Metaphone in any obvious ways. Copy the license declaration, javadoc as much as it does, don't do any blatant things it doesn't do code standard wise. Obeying the Sun code standard is usually the easy thing to do. There's probably a webpa

Re: [codec] Re: DoubleMetaphone

2002-12-11 Thread Kyle R . Burton
> Definitely. I've got a bunch of codec things that built up while I was > away [I've been submitting patches when they've been sitting around for a > bit]. I'll add this to the list and try to push them through. Hopefully as > codec gains submissions, it can gain a bit of life. > > Hen Great! I

[codec] Re: DoubleMetaphone

2002-12-11 Thread Henri Yandell
Definitely. I've got a bunch of codec things that built up while I was away [I've been submitting patches when they've been sitting around for a bit]. I'll add this to the list and try to push them through. Hopefully as codec gains submissions, it can gain a bit of life. Hen On Wed, 11 Dec 2002,