Re: Geneology, nicknames, levenstein, soundex/metaphone, etc

2007-07-02 Thread Grant Ingersoll
maybe it would. -Original Message- From: Grant Ingersoll [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 12:30 PM To: java-user@lucene.apache.org Subject: Re: Geneology, nicknames, levenstein, soundex/metaphone, etc You may find this thread useful: http://www.gossamer-threads.com/ lists/l

RE: Geneology, nicknames, levenstein, soundex/metaphone, etc

2007-07-02 Thread Darren Hartford
TECTED] > Sent: Friday, June 29, 2007 12:30 PM > To: java-user@lucene.apache.org > Subject: Re: Geneology, nicknames, levenstein, soundex/metaphone, etc > > You may find this thread useful: http://www.gossamer-threads.com/ > lists/lucene/java-user/47824?search_string=record%20link

Re: Geneology, nicknames, levenstein, soundex/metaphone, etc

2007-06-29 Thread Grant Ingersoll
You may find this thread useful: http://www.gossamer-threads.com/ lists/lucene/java-user/47824?search_string=record%20linkage;#47824 although it doesn't answer all your ?'s I think in the end you will need to do post processing on the results, but maybe not. On Jun 29, 2007, at 11:41 AM, Dar

Geneology, nicknames, levenstein, soundex/metaphone, etc

2007-06-29 Thread Darren Hartford
es'. *levenstein distance: This is why I'm looking at lucene and the related Solr project - levenstein already exists, but seems to be a separate query/relevance metric. Is there a way to add to the overall weight across multiple Analyzers? Sorry, very ignorant of the capabilities an

Re: SoundEx

2006-01-26 Thread msftblows
You can also look at Phonetix which has many implementations of this... -Original Message- From: Erik Hatcher <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Wed, 18 Jan 2006 05:41:30 -0500 Subject: Re: SoundEx On Jan 18, 2006, at 4:20 AM, Christian Reuschling wrote:

Re: SoundEx

2006-01-18 Thread Erik Hatcher
ur is in the case of wildcards. Have anyone an answer? You can always index the original term in the same position as an encoded (soundex, metaphone, etc) term, or into a different field. To be really clever, I suppose, you'd want to enumerate all terms that match the wildcard expression, t

Re: SoundEx

2006-01-18 Thread Christian Reuschling
Christian Steven Pannell wrote: Hi, Does anyone know if there is a SoundEx analyzer implementation available for lucene??? thanks. Steve, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: SoundEx

2006-01-18 Thread Erik Hatcher
On Jan 18, 2006, at 3:26 AM, Steven Pannell wrote: Does anyone know if there is a SoundEx analyzer implementation available for lucene??? There is a Metaphone filter and some sample analyzers that use it in the Lucene in Action codebase. I toyed with various ones from Jakarta Commons

SoundEx

2006-01-18 Thread Steven Pannell
Hi, Does anyone know if there is a SoundEx analyzer implementation available for lucene??? thanks. Steve, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]