Re: spell checker across multiple fields

2011-03-09 Thread shrinath.m
Hi, can I know, if there is any improvement since 4 years ? Can we do that now in Lucene 3.0.3 ? -- View this message in context: http://lucene.472066.n3.nabble.com/spell-checker-across-multiple-fields-tp539392p2654706.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. -

Re: Re : Spell Checker Index

2007-01-20 Thread karl wettin
20 jan 2007 kl. 14.51 skrev saikrishna venkata pendyala: Hai all, This is what I did. """ IndexReader reader = IndexReader.open("index"); //static final File INDEX_DIR = new File("index"); Directory directory = new RAMDirectory(index); SpellChecke

Re : Spell Checker Index

2007-01-20 Thread saikrishna venkata pendyala
Hai all, This is what I did. """ IndexReader reader = IndexReader.open("index"); //static final File INDEX_DIR = new File("index"); Directory directory = new RAMDirectory(index); SpellChecker spellchecker = new SpellChecker(directory); // To

Re: spell checker

2006-09-26 Thread Otis Gospodnetic
The code works with Lucene 2.0, I've used it. However, it did change slightly. If you look in JIRA you'll find some comments about it. If I recall correctly, some changes I made to LuceneDictionary(?) class now require the index directory to existI think. Otis - Original Message ---

Re: spell checker

2006-09-26 Thread Chris Hostetter
I've added a FAQ that may help you with this, "How do i get code written for Lucene 1.4.x to work with Lucene 2.x?" http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-d09fdfc8a6335eab4e3f3dc8ac41a40a3666318e : Date: Tue, 26 Sep 2006 20:56:57 - : From: Chris Salem <[EMAIL PROTECTED]> : R

Re: spell checker with lucene

2006-09-26 Thread Bill Taylor
On Sep 26, 2006, at 8:50 AM, Bhavin Pandya wrote: Hi, Do anybody have idea for spell checker in java. I want to use with lucene...but which must work well for phrases also... -Bhavin pandya When I googled "java spell check open source" I found http://jazzy.sourceforge.net/ I have looked at

Re: spell checker with lucene

2006-09-26 Thread karl wettin
On 9/26/06, Bhavin Pandya <[EMAIL PROTECTED]> wrote: Hi, Do anybody have idea for spell checker in java. I want to use with lucene...but which must work well for phrases also... You are welcome to try this: https://issues.apache.org/jira/browse/LUCENE-626 it is good with phrases, is trained b

Re: spell checker with lucene

2006-09-26 Thread Otis Gospodnetic
Lucene-based one is described on the Wiki. Another one is the one from LingPipe. It may not be free, depending on what you do with it. Otis - Original Message From: Bhavin Pandya <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, September 26, 2006 8:50:14 AM Subject: