RE: File based wordlists for spellchecker

2011-11-15 Thread Dyer, James
now...@gmail.com] Sent: Tuesday, November 15, 2011 12:30 PM To: solr-user@lucene.apache.org Subject: Re: File based wordlists for spellchecker On 15 November 2011 15:55, Dyer, James wrote: > Writing your own spellchecker to do what you propose might be difficult.  At > issue is the fact

Re: File based wordlists for spellchecker

2011-11-15 Thread Tomasz Wegrzanowski
On 15 November 2011 15:55, Dyer, James wrote: > Writing your own spellchecker to do what you propose might be difficult.  At > issue is the fact that both the "index-based" and "file-based" spellcheckers > are designed to work off a Lucene index and use the document frequency > reported by Luce

RE: File based wordlists for spellchecker

2011-11-15 Thread Dyer, James
of work and it would take a lot of thought to make it perform well, etc. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Tomasz Wegrzanowski [mailto:tomasz.wegrzanow...@gmail.com] Sent: Monday, November 14, 2011 10:52 PM To: solr-user@l

File based wordlists for spellchecker

2011-11-14 Thread Tomasz Wegrzanowski
Hi, I have a very large index, and I'm trying to add a spell checker for it. I don't want to copy all text in index to extra spell field, since that would be prohibitively big, and index is already close to how big it can reasonably be, so I just want to extract word frequencies as I index for off