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