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.
-
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
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
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 ---
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
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
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
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: